journeyman73 Posted May 30, 2008 Share Posted May 30, 2008 Hi, I need to build a script that can take data about teams in a league and create a list of fixtures based upon what night of the week they play and what division they are in, with the ability to set the season start and finish dates. Does anybody know if such a thing is around to buy or anyone know someone who could do this, or even if it is possible PM if you want to know anymore Cheers Kevin Link to comment https://forums.phpfreaks.com/topic/107953-league-fixture-creation-with-mysql-php/ Share on other sites More sharing options...
stuffradio Posted May 30, 2008 Share Posted May 30, 2008 Just use a MySQL database, store the information in there and pull the information when you need it. Link to comment https://forums.phpfreaks.com/topic/107953-league-fixture-creation-with-mysql-php/#findComment-553777 Share on other sites More sharing options...
journeyman73 Posted June 2, 2008 Author Share Posted June 2, 2008 what i need to do is create the fixtures, basically i need to allocated dates of games to teams to play at the start of the season, i have no idea where to start looking, for coding help Link to comment https://forums.phpfreaks.com/topic/107953-league-fixture-creation-with-mysql-php/#findComment-555417 Share on other sites More sharing options...
redbullmarky Posted June 2, 2008 Share Posted June 2, 2008 sounds like you need to work out the logic before you start coding. once that's sorted, you shouldn't have too much difficulty coding it. what are you trying to emulate? ie, what sport? Link to comment https://forums.phpfreaks.com/topic/107953-league-fixture-creation-with-mysql-php/#findComment-555422 Share on other sites More sharing options...
journeyman73 Posted June 2, 2008 Author Share Posted June 2, 2008 it's a game called skittles, bit like ten pin bowling but with only nine pins in a diamond shape here is the league's current site (being updated by me, as we speak) www.torquayskittlesleague.org.uk Link to comment https://forums.phpfreaks.com/topic/107953-league-fixture-creation-with-mysql-php/#findComment-555451 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.