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

8 lines
86 B
PHP
Raw Normal View History

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