Bootes Optical Spectroscopy Summary Page
1=fopen("catalogs/optspec_webtable.txt","r"); $i=0; while (!feof($fp)) { print "
"; $data=fgets($fp,600); $d_array=explode(",", $data); $td="
"; $ttd="
"; if ($i==0){ print "
"; print $td.$d_array[0].""; } else { print "
".$i."
"; $name=str_replace(" ","",$d_array[0]); print $td."
".$d_array[0]."
"; } $j=1; while ($j < sizeof($d_array)) { print $td.$d_array[$j].$ttd; $j=$j+1; } print "
"; $i=$i+1; } ?>
include('bootes_footer.php'); ?>