On Thu, 16 Sep 2004 16:25:31 -0500, Greg Donald <[EMAIL PROTECTED]> wrote:
> On Thu, 16 Sep 2004 13:31:08 -0700, Andrew Kreps <[EMAIL PROTECTED]> wrote:
> > PHP can be run from the command line, in which case the GET and POST
> > arrays wouldn't exist.
> 
> $_GET and $_POST exist in CLI php, they are just empty initially:
> 

So, can we pass our URL to parse_url with the $_GET array, and then
use $_GET with a URL other than the one posted?  Talk about having
your cake and eating it too... :)

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

Reply via email to