use a phpinfo() in one of your pages...that'll show you various places to get
your data...
btw, php does have the $HTTP_GET_VARS that'll have what you want...

jack

Gaylen Fraley wrote:

> I know that I know the answer - it's just buried in the recesses of my mind
> ......
>
> PHP has the various $HTTP_*_VARS arrays.  Is there one to get the
> formliteral pairs from the hyperlinks, as in <a
> href="somepage.php?var1=test">?  I want to extract the $var1 value pair.  I
> know I can do this through javascript, but I want somepage.php to parse and
> use the variable/value.  If there is not an array, then what is the simplest
> way?
>
> Thanks!
>
> --
> Gaylen
> [EMAIL PROTECTED]
> Home http://www.gaylenandmargie.com/
> PHP KISGB v2.6 Guest Book http://www.gaylenandmargie.com/phpwebsite/
>
> --
> PHP General 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]


-- 
PHP General 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