[Resolved] List All Requests
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 :
PHP Code:
$allRequests[2]
Doesn't have to be secure, it's for testing only.
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 :(.
Re: [Resolved] List All Requests
I would rep you, but it says I must spread it around a bit first!