PDA

View Full Version : Who has using poll ?


[VbbFr]Elie
10-17-2001, 02:53 PM
Is it possible to make a hack to know who has using poll and what did he choose ?

dabean
10-18-2001, 02:13 AM
"SELECT pollvote.voteoption, user.userid, user.username FROM pollvote LEFT JOIN user ON (pollvote.userid=user.userid) WHERE pollid=<pollid> ORDER BY voteoption"

is a basic SQL query to discover voting results someone else can write the hack :)