With the debugging tips I was able to trace the problem to my linux file permissions(DUH!! )
I learned a lot in the meantime, so at least that's cool!
Thanks again for taking the time to help me out.
The error is this: Warning: Unable to open '/home/catusr/test.html' for reading: No such file or directory in /home/webusr/html/kent_test/copy.php on line 6 Could not copy file so basically I need to figure out how to make it start in the root directory when it goes to look for the file. Is that php...
I'm trying to do something relatively simple(at least it should be!). I want to take a file that is below the web directory(not accessible) and copy it up into the web directory so that it can be accessed. This needs to be called inline in a php script so that I can copy the file - access the file i...