On Tuesday 02 July 2002 04:45, Tim Nields wrote:
> Never have encountered this.  When I include a query string on the URL line
> I can not access the variables.
>
> For example:  www.tim.com?action=move
>
> I should be able to access the variable action.  However I am currently not
> able to do this.  I am not receiving an error of any kind, but nothing is
> being produced when I echo or print this as $action.
>
> Is there a setting that I've missed somewhere?

register_globals

RTFM and the archives.

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *

/*
Truth can wait; he's used to it.
*/


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

Reply via email to