Automatically load a config.php file for all pages before anything else
问题 Does anyone know how to set up something where a specific file can be loaded automatically for all pages before anything else? For example if I have a config.php file and I want this file to be loaded anytime anyone visits a page on my website. In here I would have some configuration info that is required to load prior to anything else. I don't want to do any includes on another php file for this I just want this to be loaded every time automatically before anything else. Basically a