Your IP : 216.73.216.40


Current Path : /var/www/html/venkat/electiveaug22/
Upload File :
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();