Is there a best practice / recommendation when I want to use a variable declared outside of a function when it comes to using:
global $myVar$GLOBALS['myVar']
Thank you.
Is there a best practice / recommendation when I want to use a variable declared outside of a function when it comes to using:
global $myVar$GLOBALS['myVar']Thank you.