Generally in the past I would have one settings file that would hold all my PHP stuff, connection settings, functions, global variables etc.

Is it best to have one long file like i have been doing, or seperate for connection, vars, functions etc?


Thanks