I don't use globals. Dunno what else to tell you. I think you can view every line of code I have written in the past 4 years and you won't see the keyword GLOBAL anywhere. Just never needed them (don't think I'll ever need them really, but one never really knows I guess).mmj wrote:So you don't have one variable that can be accessed in the global scope?infolock wrote:global variables? I haven't used since 2004 i think.
only global variables i use are superglobal variables
Not possible.
So, no, not impossible at all, but very much reality
But it's really according to what your definition of a "global scope" is and what mine is. If you are referring to a string of includes that you'll eventually call a variable from another file, that isn't exactly the same as defining something "global" or throwing it into the superglobal $GLOBALS array.