RE: [PHP-WIN] Online Polls

2003-11-25 Thread Robin Stoker
ailto:[EMAIL PROTECTED] Sent: 25 November 2003 07:41 PM To: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Online Polls I understand what you did and how you did it. However, the values within the variables on the vote.php page are not being passed to regvote.php page. I know this because I tried testi

Re: [PHP-WIN] Online Polls

2003-11-25 Thread Nik
ase "response3": > > $updatequery = "UPDATE poll SET votes3 WHERE > id=".$_POST['poll_id']; > > } > > } > > if (mysql_query($updatequery)) { > > print "Thank-you, your vote was added successfully."; > > } > e

RE: [PHP-WIN] Online Polls

2003-11-24 Thread Robin Stoker
: Nik [mailto:[EMAIL PROTECTED] Sent: 23 November 2003 11:19 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Online Polls OK! now I am attempting to develop a small online polling system. I set up my tables and html pages. However, I don't seem to understand how to update the information in the p

[PHP-WIN] Online Polls

2003-11-23 Thread Nik
OK! now I am attempting to develop a small online polling system. I set up my tables and html pages. However, I don't seem to understand how to update the information in the polling system. I know how to update using sql but something about this polling system I don't understand. This is my code be