Tagged Questions
2
votes
1answer
290 views
Back-to-back ajax long poll without a recursive callback function
I'm trying to make long poll ajax calls, back to back. The problem with the current way I'm doing it is that I make each successive call from the callback function of the previous call. Is this a ...
1
vote
4answers
550 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 ...
0
votes
1answer
329 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
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.