Hi frnds....

I need code for PHP AND MYSQL POLL...

It should contain admin part for inserting poll quetion, and saving all data into database..

In the user part also having graphical bar representation...

ex:This is the way i want..

http://www.ndtv.com/news/polls/poll_details.php?pollID=505003&poll_saved=1#postcommentarea

Plz give some URLs regarding POLL..

or


Plz check VPOLL...it looks good,but it having some errors..plz rectify this problem...
thanks in advance...

Recommended Answers

All 4 Replies

One of the first php scripts I downloaded was a php voting poll called apoll. It can be downloaded through this page. Also it's been in beta for years so don't expect an upgrade. Hope it helps.

Hi sir...

It is displaying this type of errors in every admin page..

Undefined index: step in C:\wamp\www\poll\apoll\admin\contest\functions.php on line 33

Plz check this one...

It's just the php.ini settings. Place the following code at the top of each file with that error.

<?
error_reporting(E_ALL ^ E_NOTICE);

It's just the php.ini settings. Place the following code at the top of each file with that error.

<?
error_reporting(E_ALL ^ E_NOTICE);

Hi sir,

Finally i got it...
Thank U sir...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.