Hello, Im trying to build a poll from scratch, Im avare of alla the frees poll on the net but i want to learn it my self. I did mange to do a guestbook and to add a row I used this line
mysql_query("INSERT INTO guestbook (name, eMail, homePage, inlay) VALUES ('$name','$email','$hp','$mess');");
problem is that every it always add a row. In my poll I want two ways. Yes or no No. So if the user clicks No i want to add +1 to a row and overwrite the old value. So any hint of what I can use. Shall i have two variabelse to store in diffrents rows?
cheers knuff