US Presidents:
if(!empty($_POST)) { $open = fopen("array.txt", "a+"); $write = fwrite($open, $_POST['text']."\n"); fclose($open); }