Variable Scope may not be the exact term, but the idea is similar.
This doesn't work:*
*The variables in './inc/var/example2.php', are not set or available.
This works:*
*The variables in './inc/var/example2.php', are set and available to use.
A) None of the variables in 'example2.php' conflict with MyBB standard vars.
B) The 'disappearing vars' are *not* being used inside a function.
C) How come 'they' cannot be included*** after define("IN_MYBB", 1); ?
***I'm certain the above is true in at least one case, any idea why?
Thanks for advice.