Creating a Voting Poll With PHP And MySQL Part 2/2
(Page 1 of 4 )
In the first article of this two part series, Mitchell discussed how to create the database for a voting poll system. He also talked about adding and deleting polls. In this, the second and final article in the series, he will show you how to create a PHP script that will actually allow users to vote, remember which users have voted, and display the results of the most recent poll.In the
first article of this two part series, I discussed how to create the database for our voting poll system. I also described how we would go about adding and delete poll questions using the managepoll.php file that was included with article one’s support material.
In this, the second and final article in the series, I will show you how to create a PHP script to actually allow users to vote, remember which users have voted, and display the results of the most recent poll.
As with the previous article, you should have access to a server running Apache, PHP and MySQL. See
article one for details on creating the polls database.
Next: Capturing votes for the poll >>
More MySQL Articles
More By Mitchell Harper