Catherine's GLOBAL Examples

This Is Inside myFunctionOne
Printing A GLOBAL ARRAY Variable, Namely: Catherine

This Is Inside myFunctionTwo
Printing Another GLOBAL ARRAY Variable, Namely: Catherine

This Is Inside myFunctionThree
Printing A Global Declared Variable, Namely: Catherine

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/moilesc/public_html/examples/global-array.php on line 64