Hi Everybody, I'm trying to simulate a "register globals = ON" environment with this:
foreach($_POST as $var=>$value){
${$var} = $value;
}
I just noticed that I can use the bracket-less "$$var = $value" instead of "${$var} = $value." Did I just discover something really cool and easier to...
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.