|
Answer» I am looking for a script which will allow me to create and update a football league table, ideally from FIXTURE results? Preferably I would like the script to be fully custom built.
I would appreciate a STEER on this subject.
Many thanksHow's your web programming skills? The best way to get a fully custom built app is to build it yourself. PHP would probably be a good way to go. Maybe cgi or perl. Thanks for the RESPONSE, I am keen to LEARN PHP & MySQL, but am a complete novice, the last programming I did was in Pascal! I assume I need a database to control this? Or can I simply manipulate lists based on pre-determined logic?
I need the following control; input fixture results which will assign 3 points for a win, 1 for a draw and 0 for a loss. The result of these fixtures will be to allocate points on a table which will change sequence based on the most points accrued.
I see the variables as Position, change in position(up, remain, down), Team, Played, Won, Draw, Loss, Goals For, Goals Against, Goal Difference(GA-GF), Points.
This table needs to be customisable and needs to look something like this: http://www.skysports.com/football/league/0,19540,11660,00.html
I appreciate any further help that you give.What does "fixture results" mean?
Are you talking about major league teams, college teams, high school teams, local/youth leagues, ... or what?In 'Fixture Results' I mean soccer fixture results i.e Arsenal 1 - Man Utd 4, the variables (Arsenal & Man Utd) will be held in a table (the league table), where the teams are held will determine the position in that table.
|