My code works when I use the absolute path - "C:\apache2\htdocs" but I cannot use the relative path. Is there something I need to do in php.ini or httpd.conf to fix this?
I am having trouble when I upload my code to Linux environment.
Thanks.
DanA
6:54 am on May 1, 2004 (gmt 0)
remove c: as linux doesn't use this code. Windows will accept it. Relative paths should also work in both OS.
ergophobe
5:18 pm on May 2, 2004 (gmt 0)
I'm guess that you have includes and such in subdirectories, so you don't always know what the path will be relative to.