[PHP] Accepting data from URL Parameters

2003-09-24 Thread Jared Steckel
I appologize for what may be a newbie-like request, but I have not been
able to find this information in the PHP documentation.

If I were to have a link on an HTML page such as the following:

http://www.foo.com/myscripts/myscript.php?Value1=valueValue2=value

How can I retrieve those values in the script?  Should I construct the
link differently?  Is there a completely different method I'm missing
altogether?

Thanks so much in advance for any help you could provide!

Jared

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



Re: [PHP] Accepting data from URL Parameters

2003-09-24 Thread Raquel Rice
On Wed, 24 Sep 2003 10:40:42 -0400 (EDT)
Jared Steckel [EMAIL PROTECTED] wrote:

 I appologize for what may be a newbie-like request, but I have not
 been able to find this information in the PHP documentation.
 
 If I were to have a link on an HTML page such as the following:
 
 http://www.foo.com/myscripts/myscript.php?Value1=valueValue2=value
 
 How can I retrieve those values in the script?  Should I construct
 the link differently?  Is there a completely different method I'm
 missing altogether?
 
 Thanks so much in advance for any help you could provide!
 
 Jared
 

Check out the $_GET array.

--
Raquel

What lies behind us and what lies between us are tiny matters
compared to what lies within us.
  --Oliver Wendell Holmes

--
Raquel

What lies behind us and what lies between us are tiny matters
compared to what lies within us.
  --Oliver Wendell Holmes

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