Datei erstellt sich nicht

dezz

Mitglied
Hallo,
ich möchte per:
PHP:
     $open = fopen("text.txt", "w+");
     fwrite($open, "test");
     fclose($open);
die Datei "text.txt" erstellen.
Naja leider geht es nicht. allow_url_fopen ist aktiviert
Weiß jemand warum?
 
Warning: fopen(text.txt) [function.fopen]: failed to open stream: Permission denied in /var/www/xx/html/erstellen.php on line 4

Warning: fwrite(): supplied argument is not a valid stream resource in /var/www/xx/html/erstellen.php on line 5

Warning: fclose(): supplied argument is not a valid stream resource in /var/www/xx/html/erstellen.php on line 6
 
@yaslaw
wo würde sich den die "text.txt" Datei erstellen?

@timestamp
ja das habe ich auch gedacht, dass ich keine Rechte habe..
muss später nochmal nachfragen
 
Zurück