Howdy dwds, itΒ΄s like this im coding a voting poll and need to do something to control the votes, so one of my ideias was to create another table and save their the poll_id , author , option so that i could know wich user voted.
But i think this is not the best way since, if I want to know how many votes there is in one option I must do a query if I have 20 options .. 20 querys (see what I mean?)
PS: Didn't use cookies 'cause they dont control nothing if your browser doesnt support cookies or have them disabled.
Tks in advance, tell me some ideias please