Re: [PHP] Need a functional equivilant to the ASP QueryString collection

2001-04-09 Thread Daniel
Way to easy. I should have investigated further. :/ Thanks! Daniel "Alexander Wagner" <[EMAIL PROTECTED]> wrote in message 01040921221307.02806@zahna">news:01040921221307.02806@zahna... > You should find all you need in the global variables $HTTP_POST_VARS > and $HTTP_GET_VARS (depending on w

Re: [PHP] Need a functional equivilant to the ASP QueryString collection

2001-04-09 Thread Alexander Wagner
Daniel wrote: > The problem is, I don't know what the names of the input elements > will be. In ASP, I would iterate through the QueryString collection > (e.g. For Each item In Request.QueryString), but unless I am missing > it in the documentation, I don't see an equivalent in PHP. You should fi