Svoboda
03-31-2008, 08:41 AM
How would you go about this? Let me preface this by stating I've got limited knowledge, mainly enough to create simple scripts. That said, I want to let my forum users rank the Top 25 college football teams on a weekly basis. I've created my database tables and have setup the ranking display page. Where I'm stuck is coming up with a front end for the user to rank the teams. You can see what I've got thus far in the link below.
http://www.goldhelmet.com/rankings.php?week=1
The rank'em page would display the 120 Division I college football teams and the user would select and order his/her Top 25 and then send it to a mySQL database. Each record in the ranking table includes: rankid (auto increment), userid (user's forum id), weekid (passed through page as shown above), teamid (pulled from database), rank (number between 1-25), points (number between 25-1).
Does anyone have any ideas how to tackle this?
http://www.goldhelmet.com/rankings.php?week=1
The rank'em page would display the 120 Division I college football teams and the user would select and order his/her Top 25 and then send it to a mySQL database. Each record in the ranking table includes: rankid (auto increment), userid (user's forum id), weekid (passed through page as shown above), teamid (pulled from database), rank (number between 1-25), points (number between 25-1).
Does anyone have any ideas how to tackle this?