Separate Connect File
Monday June 26, 2006
How many files on your website connect to your MySQL database? If it's more than a couple, it may be a good idea to create a separate file that includes your connection information, and then include that file into all others that require the connection. Why write the same code many times, when you only need to do it once? 


No comments yet. Leave a Comment