1. Computing & Technology

Discuss in my forum

Angela Bradley

A Simple PHP Poll

By , About.com GuideJuly 20, 2006

Follow me on:

There are many ways to create a simple PHP poll. In our tutorial we show you one way you can run your PHP poll, and store user's votes in a MySQL database. We then display the results of the poll with a pie chart drawn using GD Library. We use cookies as a method of controlling vote spamming.
Comments
April 6, 2007 at 2:41 pm
(1) ManuelM :

Error: “undefined imagecreate()”
You need to go to your php.ini and uncomment “extension = php_gd2.dll ” expression or calling the following dll
dl(”php_gd2.dll”). This is valid for php 5.
tata…

Leave a Comment

Line and paragraph breaks are automatic. Some HTML allowed: <a href="" title="">, <b>, <i>, <strike>
Related Searches php poll

©2012 About.com. All rights reserved.

A part of The New York Times Company.