Re: [PHP] NEWBIE: request querystring

2003-01-24 Thread Chris Shiflett
--- Tim Haskins <[EMAIL PROTECTED]> wrote: > I am crossing over from ASP to PHP and was > wondering how to get the same affect as > request.questring? If your URL is: http://example.org/foo.php?bar=hello Then you can use $_SERVER['QUERY_STRING'] to get: bar=hello or you can use $_GET['bar'] to

[PHP] NEWBIE: request querystring

2003-01-24 Thread Tim Haskins
I am crossing over from ASP to PHP and was wondering how to get the same affect as request.questring ? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php