fopen ("bla", "w"); is das problem schau nochmal hier:
http://de2.php.net/manual/de/function.fopen.php
wobei das hier reichen sollte
$file = fopen("user.txt","w+");
fwrite($file, "$new_username|$password|$firstname|$surname|$email$split");
fclose($file);
http://de2.php.net/manual/de/function.fopen.php
wobei das hier reichen sollte
$file = fopen("user.txt","w+");
fwrite($file, "$new_username|$password|$firstname|$surname|$email$split");
fclose($file);
Kommentar