Posted by chris on 11/17/05 17:57
im trying to rename a file using the rename(old file, new file) function
i have also tried the copy funtion also
the folder that the files are in are chmod 755
and the files themself are chmod 644
if i run the script on my own domain it works as expected
however i am trying to run it on another domain on another server, the files
and directory have the same permissions as mentioned above but i get a PHP
Permission denied warning.
my domain is running php 5.
the problem domain is running PHP 4.3.11
any idea why this is not working
[Back to original message]
|