Skip to content

Instantly share code, notes, and snippets.

@diewland
Last active December 22, 2016 01:14
Show Gist options
  • Save diewland/63ed74f40980e3680f8d710bd2bbcdc7 to your computer and use it in GitHub Desktop.
Save diewland/63ed74f40980e3680f8d710bd2bbcdc7 to your computer and use it in GitHub Desktop.
Display beautiful variable data to screen
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