Hello,

[EMAIL PROTECTED] (Brad Pauly) wrote
> Probably because you have register_globals turned off. You can use 
> $_GET['_section']. You can also turn it on.
> 
> http://us3.php.net/register_globals

Don't tell them about that option! People are forced to script safe that 
way. 

Ben, with register globals off hackers can change variables you don't want 
to be changed theirself.

Polleke

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

Reply via email to