debug $_POST

PHP
debug $_POST snippet:
<?php echo"<pre>"; print_r($_POST); echo"</pre>"; ?>
Source

Also in PHP: