Again, I am on a Macintosh PowerBook, where my hard drive is, in fact, named a variation of "My Hard Drive" (with cap letters and spaces, as the Macintosh allows). So this brings me to my first questions:
Do I change the line $dirName = "c:/csci/mm" to something like $dirName = My Hard Drive:/ followed by the exact name of every last folder until I come to the folder containing the GIFs and JPEGs I want to index and follow that with the .html extension?
What version of MacOS are you running? Version X is based on BSD, so internaly there should not be any "Hard Drives", but everything is mounted under some directory. In either case, phpinfo() will tell you what path you should use, search for SCRIPT_FILENAME.
Or do I use something like $dirName = http://localhost/[my username]/ followed by the exact name of every last folder until I come to the folder containing the GIFs and JPEGs I want to index and follow that with the .html extension?
This would not work.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php