Skip to content

Instantly share code, notes, and snippets.

@Jragon
Created November 23, 2012 20:55
Show Gist options
  • Save Jragon/4137277 to your computer and use it in GitHub Desktop.
Save Jragon/4137277 to your computer and use it in GitHub Desktop.
Post quick asign
$username = NULL;
$password = NULL;
$email = NULL;
foreach($_POST as $key => $var){
$$key = $var;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment