PHP guru's
PHP guru's
Out of context: Reply #7
- Started
- Last post
- 13 Responses
- enobrev0
more fun with vars... try
echo var_export($_REQUEST);
which will show a list of all post and get vars (and cookies too, i think).
more fun with vars... try
echo var_export($_REQUEST);
which will show a list of all post and get vars (and cookies too, i think).