\n-- " .$safe_email ."
\n\n"; // the new entries will be added at the end of the data file $messages = file_get_contents("input.txt"); $loghandle = fopen("input.txt", 'w'); fwrite($loghandle, $record); fwrite($loghandle, $messages); fclose($loghandle); } else { echo ""; } ?>

Add a Comment

Input Name:



Input Comments:



Previous Comments