<?ob_start();print_r($_POST);$content = ob_get_contents();file_put_contents($_SERVER['DOCUMENT_ROOT']."/test.txt", $content);?>