hi, i'm developing this admin site to serve as a voting room for judges to vote on submited sites.
only 10 judges have access to this by login/password using session.
the main page is just a table with a column for the site url with a link then 10 column (one for each judge) and then a total column.
each row will be a submited site.
i have accomplished all of this so far and that for the user who has logged in to have a drop menu in his column for each row that still hasn't been voted.
now i need the most important part:
when the judge chooses all the votes from the drop menus for the sites and then hits the submit button at the end how do i cast the votes and put them into that judge column for that row(site) in the database.
i can't get this straight, please help.
thanks in advance!