PHP Example
You entered:
$key) { print "
\n". "
$description :
". "
".$_POST[$key]."
"; fwrite($handle, $key.":".$_POST[$key]."\n"); } flock($handle,LOCK_UN); fclose($handle); ignore_user_abort(false); ?>