php gurus
php gurus
Out of context: Reply #2
- Started
- Last post
- 11 Responses
- unfittoprint0
instead of using it within a function you should just paste this line of code before any other php tags:
//includes $_POST, $_GET & $_COOKIE vars.
foreach ($_REQUEST as $key => $value) $$key = $value;