Hi y'all,
I'm looking for a way to store server-side configuration information (database name, username, password, etc.) for use by all php pages requested by all visitors.
I want to avoid the overhead of each and every page requested having to read the config info from a text file. Since I want to store database access info, I obviously can't store it in the database.
I can do this using the global.asa file in ASP and was hoping that PHP offered something comparable.
Any thoughts?
Thanks,
Jesse2x