Fields Updateable by Mysql Query
I have been trying to figure out how to make a custom field for a listing that I can update using simple mysql queries.
For example I need a field called "Votes".
I am making a form for people to vote on a listing, topsite style.
I need to make it so when someone votes, it updates the votes field to = votes + 1
Can anyone help me out?