adam291086 Posted November 5, 2007 Share Posted November 5, 2007 Hello I am making a simple content management system that allows the users to change the basic text on the page and insert new Articles. This will mean having a simple database with a table for page content and a table for Articles. This will be a flat file system. I was woundering if this is a bad design and should i create a database with normalised? I will be using php and mysql to grab the information from the database to display it on my web page. Quote Link to comment https://forums.phpfreaks.com/topic/76057-solved-flat-file-database/ Share on other sites More sharing options...
trq Posted November 5, 2007 Share Posted November 5, 2007 I would nearly always recommend a database over a flat file system. It just makes future functionality allot easier to impliment. Quote Link to comment https://forums.phpfreaks.com/topic/76057-solved-flat-file-database/#findComment-385021 Share on other sites More sharing options...
adam291086 Posted November 5, 2007 Author Share Posted November 5, 2007 that does make sense. Was trying to take the easy way out but wasn't sure. Cheers thorpe Quote Link to comment https://forums.phpfreaks.com/topic/76057-solved-flat-file-database/#findComment-385023 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.