form checkboxes different names each into multiple rows database [closed]
- by Darlene
Hi i've been at this for hours and need help. Thanks in advice.
i have the following tables:
tblprequestion
quesid| ques
tblanswers
answerid|quesid | ans |date
This is my form:
prequestion form
<?php
$con = mysql_connect("localhost","root","") or die ("Could not connect to DB Server");
$db_selected =…