Posted by WhiteFolwer
2013-10-17

Thanks for your explain and reply ,BUT , why doesn't require database ?
how can I change these information in database ?
And I want one of these Voting system how can I do this ?!
My site have a registration I want then a person which register in my site then he/she can do voting ?!
I have many questions ., lease Tom send me an email to( lareixwda@yahoo.com ) I want to talk with you
Posted by Tom
2013-10-17

>how can I change these information in database ?

OK, this addin may help you.
http://www.phpkobo.com/ajax_poll.php#Ajax-Poll-Script-Saving-vote-counts-to-MySQL

>My site have a registration I want then a person which register in my site then he/she can do voting ?!

Since I don't know your registration system, my suggestion will be very general. First, you need to find a way to check if the voter is a valid registered member. Then, associate a vote with the voter's member ID. You can save it in flat files or database. Use the data to check if the voter has already voted. If yes, don't allow the voter to vote again by showing the message, "You have already voted!"