On Tue, 21 Sep 2004 20:25:44 -0700 (PDT), zareef ahmed
<[EMAIL PROTECTED]> wrote:
> 
>  All values passed via query string will be available
> via in $_GET array. You can simply get them from this
> array.

You can also acces them via the $_REQUEST array, which also contains
the values in $_POST and $_COOKIE. You might want to do this method if
your script could be accessed via a GET or POST.

http://us4.php.net/manual/en/reserved.variables.php#reserved.variables.request

- Brad

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to