Z zoom360 Active member Oct 14, 2017 #1 How to create GLOBALS variables that are valid for all pages in xenforo 2.0 Example: PHP: $GLOBALS['abc'] = 'def';
How to create GLOBALS variables that are valid for all pages in xenforo 2.0 Example: PHP: $GLOBALS['abc'] = 'def';
Mike XenForo developer Staff member Oct 14, 2017 #2 It'd be better to explain what you're trying to do rather than jumping to the how, as global variables like this are essentially never the solution. Plus what will absolutely change the how... Upvote 0 Downvote
It'd be better to explain what you're trying to do rather than jumping to the how, as global variables like this are essentially never the solution. Plus what will absolutely change the how...