Is it possible to make a Top Level Variable in PHP? Like Defining in .htaccess
or httpd.conf
? To be included in each .php
file?
I would love to define BasePaths and some other variables there if possible. I am currently making some init.php
and including 'em on top if each file.