Display Array Contents

Chris Coyier on
echo '<pre>';
print_r ($_POST);
echo '</pre>';