Tagged Questions
6
votes
3answers
1k views
Create unique Poll/vote/survey in php
The unique poll/vote/survey i mean here is, user can only vote once. How do i do that? Track their ip? Login? Beside login, what else? (login is my last option, thus beside login, is there anything ...
1
vote
2answers
363 views
php/mysql posting COUNT(*) FROM Poll total yes/no
I'm trying to count the yes and no votes so that I can just post the total yes/no for my website. This is should be easy, but I must be missing something somewhere since I don't get a return result. ...
1
vote
4answers
552 views
PHP poll script (using AJAX) needs a cookie
I'm using a simple PHP poll script (http://www.w3schools.com/php/php_ajax_poll.asp) But it doesn't have a way to prevent people from voting multiple times. Is there a way to add a cookie to the script ...
1
vote
3answers
270 views
PHP if else to check ipaddress against ones stored in table
I've got just a quick little poll and a query to check and see if the IPaddress is already in the table to know if someone has already voted. I have the table created already and it works.
My ...
1
vote
2answers
778 views
What is a good PHP script I can use as a poll?
What is a good free PHP script to use as a poll for a website? I'd need a simple script to show on the web page with the standard multiple option vote + bar chart graph. Also an admin interface with ...
1
vote
3answers
802 views
What is a good free online poll/survey app?
I need to conduct a survey of 3 questions:
The first question will be Yes/No.
The second will have multiple answers, in which you can select multiple answers for just that question, as well as an ...
0
votes
3answers
49 views
Changing decimal places on php poll result
I have the following piece of code for a very simple PHP polling script
<h2>Result:</h2>
<table>
<tr>
<td>Yes:</td>
<td><img src="poll.gif"
...
0
votes
3answers
109 views
Creating a Chart with PHP and MySql
I have a database with the following table:
id value
-----------
1 yes
2 no
3 no
4 maybe
I'm using some simple php to log the choices entered on a poll website. The user selects ...
0
votes
3answers
376 views
Store IP or set cookie for PHP POLL?
I would like to make a voting system for my site. I need to check whether a user has voted already. Do I need to store the IP of the user or do I need to store a cookie in the users computer, then ...
0
votes
3answers
245 views
Selecting multiple radio buttons (through jquery, javasscript?)
I currently have a form with lets say 5 radio button entries (see below).
What im looking archive is the following:
- Being able to choose multiple radio buttons - lets say 3 and submit the form.
...
0
votes
0answers
95 views
one form two actions
i want to make a PHP poll form that have two actions on the submit button! the first one is a link and the other one is a lightbox that shows an image, and you can't close the lightbox after a ...
0
votes
1answer
330 views
What is a good PHP/MySQL/AJAX poll system?
Does anyone know of a good working polling system using PHP, Ajax, and MySQL to store the results?
It does not need to have any advanced features, just the basic one vote per person feature.
0
votes
1answer
87 views
Wordpress - How to auto publish a blog with a poll everyday?
Is it possible to have a plugin or something that would post one blog each day at specific time, which would contain only one poll and enable comments.
Imagine this,
every day at 12.00AM a new ...
0
votes
1answer
453 views
Building dynamic poll with jquery, php and html
Okey, this is what I've got.
<?php
$options[1] = 'jQuery';
$options[2] = 'Ext JS';
$options[3] = 'Dojo';
$options[4] = 'Prototype';
$options[5] = 'YUI';
$options[6] = 'mootools';
That is my ...
0
votes
3answers
216 views
How can I replace the content in a div tag upon selecting a radio button?
I want to make an online poll in which upon selecting any option I want to replace the content of the <div> with the result. Is there a simple PHP function to replace the content of a ...
0
votes
1answer
141 views
Under what conditions will a “long polling” PHP script cease to execute?
Does it have to stop itself? What if someone visits my site, starts the script on the server, and then leaves (or his phone hibernates)? I'm using jQuery.
0
votes
2answers
126 views
How can I round up my poll answers?
I would like to round up poll answers, but I can't get it working.
When I try round_up and ceil, I get 10x percents (over 100%, most 101%).
Example values:
33.3333333333
16.6666666667
50
0
votes
3answers
786 views
jquery & php poll in Blogger
Would it be possible to use a poll like this in Blogger?
Link: http://net.tutsplus.com/tutorials/javascript-ajax/creating-a-dynamic-poll-with-jquery-and-php/
0
votes
1answer
725 views
Any free ajax poll script?
do you guys know any free php ajax poll script with an admin panel? i cant find one, i have googled for ages.