\n"; echo "\n"; echo "SCUBA Galleries\n"; echo "\n"; ?> \n"; include("styles.php"); echo "\n"; echo "\n"; echo "\n"; echo "

Galleries

"; echo "

Keyword Search: (NOTE: this will only return photos for which keywords have been entered.)

"; echo "
\n"; echo "\n"; echo "\n"; echo "\n"; echo "
\n"; echo "

 

"; echo "

Browse:

"; $fp = fopen("galleries/galleries.txt","r"); while ($data = fgetcsv ($fp, 1000, ",")) { $num = count ($data); echo "

".$data[1]."

"; } fclose($fp); echo "\n"; echo "\n"; ?>