######### Check for preformatted INDEX.HTM ######### if (file_exists ("index.htm")){ (chdir ($imagedir));#hmm, this doesn't help? $fh=opendir($imagedir); include $imagedir . "/index.htm"; }
Obviously I don't really know what I'm doing. Any push in the correct direction would be appreciated.
This is the page: http://www.edgehill.net/index.php?SCREEN=index.php
if you click on any folder in the list you can see how the links are not working properly. This is the bones of a class project that I am working on integrating into my professional site. Here;s an example of one of the class pages that works: http://www.edgehill.net/index.php?SCREEN=ecards.php
the straight domain address takes you to my old html formatted pages: http://www.edgehill.net
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php