Hey,
I need some help… I’ve been looking for an open source polling script that displays the results in realtime.
Heres an example of a script I found that does do that.
http://thevenusinitiative.org/poll/votes.php
It is called phpVote.
//////////
The thing is, this needs to have register_global turned on in the php.ini file. I’ve read that this is not secure. If someone could point me to a script that does what I need, or a solution to get this one working.
I’m not too familiar with php. It was suggested to me to recode it to not use register_globals. Would this be an easy thing to do?
Any direction would be appreciated! Thanks!
M