Skip to content

Instantly share code, notes, and snippets.

@enapupe
Created January 11, 2011 20:43
Show Gist options
  • Select an option

  • Save enapupe/775097 to your computer and use it in GitHub Desktop.

Select an option

Save enapupe/775097 to your computer and use it in GitHub Desktop.
register_globals post
while (list($n,$v) = each($_POST)) {
$$n=$v;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment