Binita Tamang GLOBAL Examples

This is inside myFunctionOne
Printing a GLOBAL variable, namely: Binita Tamang

This is inside myFunctionTwo
Printing another GLOBAL variable, namely: Binita Tamang

This is inside myFunctionThree
Printing a global declared variable, namely: Binita Tamang

This is inside myFunctionFour

This function is trying to print a 'local to the main script' variable, >>><<<
The above functionFour() will generate an ERROR, like so:

Notice: Undefined variable: name in /home/tamangb4/public_html/citw185/examples/global.php on line 52