Re: [PHP] optimal way of counting votes in online poll

2001-02-28 Thread Simon Garner
From: "Vikram Vaswani" <[EMAIL PROTECTED]> > Hi all! > > I have a question as to the optimal method of counting and storing votes in > an online poll. > > Once a user answers the poll by clicking on one of three options, I am > performing a query on a table which holds values for each option. Cur

[PHP] optimal way of counting votes in online poll

2001-02-28 Thread Vikram Vaswani
Hi all! I have a question as to the optimal method of counting and storing votes in an online poll. Once a user answers the poll by clicking on one of three options, I am performing a query on a table which holds values for each option. Currently I - query the table to get the current count - in