Micaela's GLOBAL Examples

This is inside myFunctionOne
Printing a GLOBAL ARRAY variable, namely: Micaela

This is inside myFunctionTwo
Printing another GLOBAL ARRAY variable, namely: Micaela

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

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 (and above):

Notice: Undefined variable: name in /home/villegm4/public_html/citw185/examples/globalarrays.php on line 65