Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #55.0K
2 Posted Topics
You can get the user submitted value by $_POST['value']. Here value refers to the name of the form element. Then compare it with the corresponding database element. If a match is found then increment the count by one. for ex: <?php $value=$_POST['value']; $query="SELECT answer FROM table_name";//select appropriates filed names in …
I have done this kind of project earlier. If you need more info please contact me.
The End.
krishnadaspc