| Current Path : /var/www/html/venkat/electiveaug22/ |
| Current File : /var/www/html/venkat/electiveaug22/webi.php |
$sql = $conn->prepare("SELECT ans FROM question where qno = :id and ans = :ans");
$sql->bindValue(':id',$qid[$i]);
$sql->bindValue(':ans',$a[$i]);
$sql->execute();