rockinaway Posted April 1, 2007 Share Posted April 1, 2007 Well I am planning yo make a cricket manager for my website, like http://www.cricketmanager.co.uk/ .. any advice or links for help regarding this. I have the stuff kinda planned of how to do it but not so sure.. Link to comment https://forums.phpfreaks.com/topic/45127-making-a-cricket-manager/ Share on other sites More sharing options...
rockinaway Posted April 1, 2007 Author Share Posted April 1, 2007 ? Link to comment https://forums.phpfreaks.com/topic/45127-making-a-cricket-manager/#findComment-219225 Share on other sites More sharing options...
tippy_102 Posted April 1, 2007 Share Posted April 1, 2007 I know it's frustrating when people don't respond to your question, but it could be because we just don't understand what you're trying to do. Could you explain "the stuff kinda planned"? Link to comment https://forums.phpfreaks.com/topic/45127-making-a-cricket-manager/#findComment-219257 Share on other sites More sharing options...
DeathStar Posted April 1, 2007 Share Posted April 1, 2007 And please read the rules! if you want to bump your tread to the top simply reply to yourself with the text " *bump* ". http://www.phpfreaks.com/forums/index.php/topic,6264.0.html Link to comment https://forums.phpfreaks.com/topic/45127-making-a-cricket-manager/#findComment-219324 Share on other sites More sharing options...
rockinaway Posted April 1, 2007 Author Share Posted April 1, 2007 Sorry.. well I know how I figure my stuff out for ratings, but I am not sure how to do the MySQL for this. Â When the user creates a team I need somewhere to store their players, results and full scorecards. Should I make a new database for each user or what? Link to comment https://forums.phpfreaks.com/topic/45127-making-a-cricket-manager/#findComment-219333 Share on other sites More sharing options...
_MP Posted April 1, 2007 Share Posted April 1, 2007 I would use one database. Â Then i would use one table to store all of the players and perhaps the results and another table to store the scorecards. Each table will need a playerid field so you can distinguish what from what. Link to comment https://forums.phpfreaks.com/topic/45127-making-a-cricket-manager/#findComment-219339 Share on other sites More sharing options...
rockinaway Posted April 1, 2007 Author Share Posted April 1, 2007 Would that not mean though that there would be several tables created for every match day, meaning 100s in a week :S Link to comment https://forums.phpfreaks.com/topic/45127-making-a-cricket-manager/#findComment-219340 Share on other sites More sharing options...
rockinaway Posted April 1, 2007 Author Share Posted April 1, 2007 Would that not mean though that there would be several tables created for every match day, meaning 100s in a week :S Link to comment https://forums.phpfreaks.com/topic/45127-making-a-cricket-manager/#findComment-219343 Share on other sites More sharing options...
_MP Posted April 1, 2007 Share Posted April 1, 2007 No, it would mean there would be a row created in the table for each player and a row created in other table for each scorecard. Link to comment https://forums.phpfreaks.com/topic/45127-making-a-cricket-manager/#findComment-219350 Share on other sites More sharing options...
rockinaway Posted April 1, 2007 Author Share Posted April 1, 2007 Oh so have the players in one table..and then when a match is played update another table with the players and the resullts with a set id for that match? Link to comment https://forums.phpfreaks.com/topic/45127-making-a-cricket-manager/#findComment-219352 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.