tko4 Posted July 2, 2014 Share Posted July 2, 2014 I have a website that contains football news. I'm using wordpress and I want to add some new functions. I want to create Match review section, after each match/game to show goalscorers, lineups and review. Something like this http://www.whoscored.com/Matches/720776/Live/England-Premier-League-2013-2014-Sunderland-West-Bromwich-AlbionMy question is what is the best way to do this? Create database for each team?Thank you Quote Link to comment Share on other sites More sharing options...
Psycho Posted July 2, 2014 Share Posted July 2, 2014 No, you create one database with separate tables to store different types of data. You don't separate it by teams. But, just looking at the example page you linked to, the database design will take a good amount of work to get right. If you don't understand database normalization you have got some research ahead of you before you can even get started. Otherwise you will design something that will be an absolute beast to work with. Quote Link to comment 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.