Hi all, this isn't really a problem but just curious (cause I'm a perfectionist), what do you usually name the file that stores all your defined php functions? I have this file which stores all my php functions and also have the statements to connect to my database, right now I'm not sure if its better to name it dbaccess.php or functions.php. Any suggestions?
In several commercial applications i have been involved in, functions.php, common.php and commonincludes.php have all been used.... It really doesnt matter so much as long as you are happy with it