ok, to start out I am quite rusty... I havent written anything in quite some time, so please forgive me if I am missing something very obvious...
I am wantng to set up a simple voting script where the user selects a radio and votes, then it displays what option is currently winning.
I am not concerned with filtering double votes or anything so I am just using a 2 column table, vote_id and vote. I was thinking to use an ENUM for the vote column, but I am unsure of how to tally the votes to display the current winner.
Is there a better way to do this?