Commit 55e20f65 by Roy Junedi Simamora

Perbaikan fungsi delete

parent e58c96d1
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
$id = $_GET['id']; $id = $_GET['id'];
mysql_query("delete from menu where id_menu = '$id'"); mysql_query("delete from menu where id_menu = '$id'");
header('Location: list_menu.php'); header('Location: admin_menu.php');
?> ?>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment