Hi,
The webserver of the Internet Provider has turned SafeMod on !
However, I want to change the chmod of a directory / file on the webserver with a php-script using chmod("file.php",755) ie.
In this case the permission is denied.
Is there any way to get chmod to work without turning chmod off in the php.ini (windows) or other configuration file?
Patrick