Question
PHP Globals?
I'm looking at a script that has this line -
$GLOBALS[$key] = $val;
Am I remembering something bad about such usages? Or am I thinking of
register_globals?
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================
$GLOBALS[$key] = $val;
Am I remembering something bad about such usages? Or am I thinking of
register_globals?
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================
