bossi
Erfahrenes Mitglied
Hi,
also ich möchte via PHP die Datei-Attribute ändern.
Habe ein Verzeichnis in den 2 Dateien sind test.php und xxx.php, in test.php habe ich
die Datei test.php habe ich via FTP-Prog. auf Chmod 777 gesetzt, führe ich sie nun aus, kommt :
bye
bossi
also ich möchte via PHP die Datei-Attribute ändern.
Habe ein Verzeichnis in den 2 Dateien sind test.php und xxx.php, in test.php habe ich
PHP:
<?php
chmod ("xxx.php", 0777);
?>
Warning: chmod() [function.chmod]: Unable to access /xxx.php in /usr/local/httpd/htdocs/kunden/web28/html/xxx/test.php on line 2
bye
bossi