foreach($_POST as $key => $value){ global $$key; $$key = $value; } foreach($_GET as $key => $value){ global $$key; $$key = $value; }