i have to develop a rating system but i can't figure out how to script it, here's the general idea.
this is for an administration area, users can submit a site URL in the main site and then in the administration area where only the 10 memebers of the jury have access with session login/password, the sites will be rated by each judge.
i want to make this as simple as possible and with the minimum number of clicks so i thought of displaying just a table with all the sites submited and for each one have a column of each judge and a total at the end.
But how can i make a drop menu with rating from 0 to 10 appear in the logged judge column for each site (row) and and then how can i update the database table with the ratings submited by that judge in the right database field (i have one for each judge)?
if you would be so kind to drop in your suggestions and considerations it could be of great help.
thanks in advance.