Last active
December 22, 2016 01:14
-
-
Save diewland/63ed74f40980e3680f8d710bd2bbcdc7 to your computer and use it in GitHub Desktop.
Display beautiful variable data to screen
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function debug_post(){ | |
echo '<pre>'.print_r($_POST, true).'</pre>'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment