|
|
|
The scope of a variable is the context within which it is defined. For the most part all PHP variables only have a single scope. This single scope spans included and required files as well.
http://us.php.net/global
saved under PHP Programming/Tutorials/Variable Scope
by
webmaster
|
|