Posts
 
Reputation
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
~325 People Reached
Favorite Forums

2 Posted Topics

Member Avatar for shruti garg

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 …

Member Avatar for krishnadaspc
0
139
Member Avatar for zerey02
Member Avatar for krishnadaspc
0
186

The End.