Okay in my MYSQL database I have a table called votes and inside that I have a column called votes. I want to be able to write a script that, when executed will set the value of 'votes' to zero. I've played around with the 'set' command but can't get my script to work properly. I checked the php manual and it doesn't mention it. If someone could help me it would be greatly appreciated.
-Anthony