I have:
\"\") { fwrite($file,
If you want to put your text at the beginning of the file, you'd have to read the file contents first like:
"") { $existingText = file_get_contents($file); fwrite($file, $existingText . $_POST["lastname"]."\n"); } fclose($file); ?>