I'm attempting to create a Top 25 ranking system and I was wondering what the gurus here would recommend in terms of having the end user input their rankings.
Right now I have a table with all of the teams, so I figured I probably could have 25 select boxes that are populated from my database. Being pretty green when it comes to PHP, would this be the route you'd recommend I take?
Then, how do I validate them so the end user doesn't select the same team twice? Is there a way to update each select on the fly as the user selects a team? If not, how would you recommend I handle this?