[PHP] Re: register_global, need some feedback

2002-07-01 Thread Richard Lynch
>1) $GLOBALS, Where does this come from and where does this goes to? I >noticed there is no variable declaration for this, so I just know that it is >part of PHP codes, although I haven't figure out what is it part of. Every variable you assign, change, or unset, or that comes in from the outsid

[PHP] Re: register_global, need some feedback

2002-07-01 Thread Uwe Birkenhain
Hi, try these: http://www.php.net/manual/en/language.variables.predefined.php#language.vari ables.predefined http://www.php.net/manual/en/reserved.variables.php greetings, Uwe -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php