/ Published in: PHP
Expand |
Embed | Plain Text
$n = '_'.$_SERVER['REQUEST_METHOD']; foreach ($$n as $key => $value) { $$key = $value; // print "$key=$value\n"; }
You need to login to post a comment.
$n = '_'.$_SERVER['REQUEST_METHOD']; foreach ($$n as $key => $value) { $$key = $value; // print "$key=$value\n"; }
You need to login to post a comment.