PDA

View Full Version : Flat File Vs Database


damps
11-01-2006, 03:32 PM
My customer is interested in improving their web site calendar. Easy PHP Calendar looks like a candidate. I see Flat File and MySQL database. What are the pros and cons of each? I see that I can start with flat file and migrate to db later. Is there any reason to start with db? Just trying to figure out my recomendation. Thanks. Andy

Brian
11-01-2006, 03:57 PM
First, it's not a built-in function to convert between database types. You should start with mySQL if given the option. There's less overhead to display the calendar when using mySQL.