Debug $ _Post

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