In article <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] ("Free Beachler") wrote:

> the form variables from an http post are stored in:
> 
> http_post_vars[] - associative array containing form variables..
> 
> what about url parameters, such as::
> http://www.mysite.com?param1=12
> 
> is there a corresponding array for them, or do they
> go in the post_vars array?

$HTTP_GET_VARS[]

-- 
CC

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to