Jump to content

Statistics?


tko4

Recommended Posts

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-Albion

My question is what is the best way to do this? Create database for each team?

Thank you

Link to comment
https://forums.phpfreaks.com/topic/289373-statistics/
Share on other sites

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.

Link to comment
https://forums.phpfreaks.com/topic/289373-statistics/#findComment-1483566
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.