* Thus wrote Leif K-Brooks ([EMAIL PROTECTED]):
> DvDmanDT wrote:
> 
> >When using register_globals=off, this might be off intrest: (notice $$var)
> >while(list($var,$val)=each($_REQUEST))$$var=$val;
> >
> Why not just turn register_globals on, then?

There are several reasons why not to turn globals on.

Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

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

Reply via email to