Skip to content

Instantly share code, notes, and snippets.

@seanwalsh
Created August 15, 2013 02:29
Show Gist options
  • Save seanwalsh/6237704 to your computer and use it in GitHub Desktop.
Save seanwalsh/6237704 to your computer and use it in GitHub Desktop.
foreach ( $_POST as $key=>$value ) {
$$key = $value; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment