sicher, dass du da den string "0" übergeben willst und nicht die zahl "0"?
ich würde das aber sowieso so machen:
Code:
$text = file_get_contents('file.txt');
$text = 'blubb' . "\n" . $text;
file_put_contents('file.txt',$text); //erst ab PHP 5, ansonsten fopen/fwrite/fclose
Lukas Erlacher
Suche Grafiktablett. Spenden/Gebrauchtangebote willkommen.
Gotteskrieger gesucht!
For it is the chief characteristic of the religion of science that it works. - Isaac Asimov, Foundation I, Buch 1