Participation Details

Participation Details

CURDATE()"; $result = mysqli_query($connection, $query); // Check if there are any rows returned if (mysqli_num_rows($result) > 0) { // Initialize $index before the loop $index = 0; // Output table header echo"
"; echo"
"; echo ""; echo "
"; echo "
"; echo "
"; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo ""; echo "
"; // Output data of each row while ($row = mysqli_fetch_assoc($result)) { echo ""; echo""; echo""; echo""; echo""; echo""; echo""; echo""; echo""; echo""; echo""; echo""; echo""; echo""; echo""; echo ""; // Increment $index for the next row $index++; echo""; } echo""; echo""; echo "
Sno.NameRegistration_noHostelRoomProgrammeContactParent's ContactDate of leavingTime of LeavingDate of ArrivalTime of ArrivalAddressWarden's Approval
".$row["Sr_no"]."". $row["name"]."". $row["reg_no"]."". $row["hostel"]."". $row["room"]."". $row["programme"]."". $row["scontact"]."". $row["pcontact"]."". $row["DOL"]."". $row["TOL"]."". $row["DOR"]."". $row["TOR"]."". $row["address"]."". $row["warden_approval"].""; echo "
"; echo"".""; echo "
"; echo"
"; echo"
". "". "
"; echo"
"; echo"
"; } else { // No rows found echo "No data found"; } // Close the database connection mysqli_close($connection); ?>

© Copyright BBA IT [TECH TEAM] - All Rights Reserved