Debug $ _post

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