if (vote=yes){yes=yes+1}if (vote=no){no=no+1}
am i able to just write a js program that will just tally votes with something like:Code: [Select]if (vote=yes){yes=yes+1}if (vote=no){no=no+1}and then just display the votes?
Okay, you want a FREE Poll-Generator, right? Check out <a href='http://www.alxnet.com' target='_blank'>http://www.alxnet.com</a>. It can generate Polls, Message Boards, Quizzes, and a Guestbook.
http://darkforces.mysticsoftware.net/poll.php?vote=$value
<html><body><?phpif (isset($_COOKIE["DFpoll"]))echo "You have already voted for " . $_COOKIE["DFpoll"] . " in this poll!<br />";elsesetcookie("DFpoll", $vote);?></body></html>