On Mon, 15 Nov 2004 09:21:01 -0800, Chris W. Parker
<[EMAIL PROTECTED]> wrote:
> This sounds like you're not familiar with the $_GET array. $_GET is
> everything after the ? in the url but as an array.
> 
> > Whatever the second part is called.
> 
> I *think* that's the querystring. Not sure on that though.

$_SERVER['QUERY_STRING'] to be exact.



-- 
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/

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

Reply via email to