On Wed, 5 May 2004, Nuno Lopes wrote: > OMG. > > using global $DEFINE is right! > > If you don't declare it as global, it won't work if register_globals is off > (as you should have it! :)
$GLOBALS['key'] please, no global $key; Derick
On Wed, 5 May 2004, Nuno Lopes wrote: > OMG. > > using global $DEFINE is right! > > If you don't declare it as global, it won't work if register_globals is off > (as you should have it! :)
$GLOBALS['key'] please, no global $key; Derick