Wahrscheinlich kenne ich die Antwort schon, und ich muß mich an meinen Server wenden, aber ich hoffe einfach mal, dass ich irgendwas falsch mache:
Also ich will mit copy ne Seite kopieren (uiii welche Feststellung )
und es kommt raus:
Warning: copy(testemich.html): failed to open stream: Permission denied in /srv/www/htdocs/web611/html/kopieren.php on line 5
Die Datei test.html hat ALLE Rechte, ...
Also ich will mit copy ne Seite kopieren (uiii welche Feststellung )
Code:
$filename = 'test.html'; $filename2 = 'testemich.html'; if (!copy($filename, $filename2)) { //Zeile5 print ("failed to copy $filename... \n");}
Warning: copy(testemich.html): failed to open stream: Permission denied in /srv/www/htdocs/web611/html/kopieren.php on line 5
Die Datei test.html hat ALLE Rechte, ...
Kommentar