PHP Scope of Variables
PHP handles the scope that variables have in a rather different way to most other programming languages. Apart from superglobals that are predefined arrays, there are no variables that automatically have fill global scope both inside and outside functions.
Tags: global, php tutorial, scope







