#633760
foreach ($_POST as $key => $value) { # set $_POST['foo'] = 'bar' to $foo = 'bar' ${$key} = $value; }