You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<a href=index.php>Home</a> - <a href=bulkupdatestd.php>Update Bulk Students</a> - <a href=updatebyall.php>Update All Active Students</a> - Update All Students Examination Fee
<h2>Update All Students Examination Fee</h2>
<?php
if(isset($_POST["update"])){
$data = $_POST["data"];
$update = mysqli_query($con,"UPDATE students SET examination = '$data' WHERE students.active = 'Y'");