Files
luos/thirdparty/html2ps_pdf/samples/sample.form.handler.php
Paula Quispe 9eb7d6cac2 HOR-2689
2017-08-03 17:00:30 -04:00

8 lines
86 B
PHP

<?php
ob_start();
var_dump($_POST);
error_log(ob_get_contents());
ob_end_clean();
?>