Perad Posted October 16, 2006 Share Posted October 16, 2006 First i am newish to php so am mainly looking for some reassurance.I have a massive form where the user needs to enter 19 values for a match report.I will then have 2 pages pulling data off the database. The first page will show about 5 fields, the second will show them all. The website that i am making it for will start with low traffic then steadily rise.Is 19 values into 1 table going to be ok? Or should i try to separate the values? Quote Link to comment https://forums.phpfreaks.com/topic/24075-19-values-into-a-database/ Share on other sites More sharing options...
Daniel0 Posted October 16, 2006 Share Posted October 16, 2006 I guess it would be fine to store it in one table, but it depends on what they are entering. Quote Link to comment https://forums.phpfreaks.com/topic/24075-19-values-into-a-database/#findComment-109435 Share on other sites More sharing options...
Ninjakreborn Posted October 21, 2006 Share Posted October 21, 2006 You can have as many in one table as you want, or split up throughout as many table's as you want. Eventually you run into problem's if it's not organized, but keep it organized, use common sense. And you should be fine. Quote Link to comment https://forums.phpfreaks.com/topic/24075-19-values-into-a-database/#findComment-112350 Share on other sites More sharing options...
Barand Posted October 22, 2006 Share Posted October 22, 2006 Despite its name, common sense can be a rare commodity. The number of tables you use should be dictated by relationships between the data items and the rules of data normalization. Quote Link to comment https://forums.phpfreaks.com/topic/24075-19-values-into-a-database/#findComment-112619 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.