Would any one happen to know a code that put all the requests from a form into an array?
So instead going:
PHP Code:$_REQUEST['txtName']
$_REQUEST['txtAge']
You could just go :
Doesn't have to be secure, it's for testing only.PHP Code:$allRequests[2]
That way I can out put all the requests.
It would be nice to be able to determine whether they are gets or posts. But not required.
Looking though google didn't help.




.
Reply With Quote