hapus_komen.php 186 Bytes EditWeb IDE 1 2 3 4 5 6 7 <?php include 'koneksi.php'; $id = $_GET['id']; mysqli_query($GLOBALS["___mysqli_ston"], "DELETE FROM komentar WHERE id_komentar = '$id'"); header('Location: daftar_komen.php'); ?>