Hi all.
I have a photography website that took off quicker than I thought and the people using it do not like the voting (the stars). I have put together a bit of HTML that gives them a drop down box with the values 1 - 10 in to give a bit of granularity to the voting.
I want this to be displayed under every picture in the gallery (where the star rating thing is now) and the value to be entered to the database (adding the chosen value to the value already there).
To figure out the final vote value, I would like the final vote total to be divided by the number of votes.
I am quite good at PHP / MySQL etc so if someone could point me in the right direction I would be really happy

Could even share the final thing on here if people want it.