Lokasi:
/
home
/
u109751622
/
domains
/
simtedu.in
/
public_html
/
sadmin
/
Ubah: deleteaccr.php
<?php include ('../config.php');?> <?php // Get id from URL to delete that user if (isset($_GET['del'])) { $cid = $_GET['del']; // Delete user row from table based on given id $result = mysqli_query($conn, "DELETE FROM tblaccr WHERE Id=$cid"); // After delete redirect to Home, so that latest user list will be displayed. header("Location:listaccr.php"); } ?>
Batal