Skip to content

Instantly share code, notes, and snippets.

@Luciaisacomputer
Created April 20, 2016 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Luciaisacomputer/721eef58cb4ca6714a507984c58e5c22 to your computer and use it in GitHub Desktop.
Save Luciaisacomputer/721eef58cb4ca6714a507984c58e5c22 to your computer and use it in GitHub Desktop.
Get all post keys in one go!
<?php
foreach ($_POST as $key => $value)
echo htmlspecialchars('$_POST[\''.$key.'\']').'<br>';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment