You could use something as simple as this
This would make it a bit more viewable:
print_r($_POST);
This would make it a bit more viewable:
   echo str_replace('  ', '  ', nl2br(print_r($_POST, true)));
No comments:
Post a Comment