Results 1 to 9 of 9

Thread: [Resolved] List All Requests

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Posts
    540

    [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 .
    Last edited by Slyke; Sep 7th, 2008 at 08:10 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width