Files
luos/gulliver/thirdparty/html2ps_pdf/samples/sample.form.handler.php

8 lines
93 B
PHP
Raw Normal View History

2010-12-02 23:34:41 +00:00
<?php
ob_start();
var_dump($_POST);
error_log(ob_get_contents());
ob_end_clean();
?>