"; $myfile = fopen("receive_inovance.txt", "a") or die("Unable to open file!"); fwrite($myfile, "Got it: " . $postData . "\n"); fclose($myfile); ?>