Search found 3 matches

by kenty
Thu Oct 24, 2002 10:20 pm
Forum: PHP - Code
Topic: File manipulation with PHP
Replies: 5
Views: 1118

Thanks for the help everyone!

With the debugging tips I was able to trace the problem to my linux file permissions(DUH!! :oops: )
I learned a lot in the meantime, so at least that's cool!
Thanks again for taking the time to help me out.


Kent
by kenty
Thu Oct 24, 2002 7:08 pm
Forum: PHP - Code
Topic: File manipulation with PHP
Replies: 5
Views: 1118

thanks for the tip

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...
by kenty
Thu Oct 24, 2002 5:58 pm
Forum: PHP - Code
Topic: File manipulation with PHP
Replies: 5
Views: 1118

File manipulation with 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...