Php/Mysql Simple survey
Posted
by creativz
on Stack Overflow
See other posts from Stack Overflow
or by creativz
Published on 2010-04-05T11:02:25Z
Indexed on
2010/04/05
11:03 UTC
Read the original article
Hit count: 349
I want to make a little php poll. The script should ask the users a question they can only answer by numbers from 0-999. After pressing the submit button the data should be stored into mysql. So I just want to know how much users choosed the same number (in percent). It's a simple poll but I don't want any output to be shown.
© Stack Overflow or respective owner