Commit bafe5879 by Roy Junedi Simamora

penambahan batal.php

parent 900fef63
<?php
include 'koneksi.php';
$id_member = $_GET['id_member'];
mysqli_query($koneksi, "DELETE FROM pemesanan WHERE id_pemesanan = '$id_member'");
header('Location: cart.php?id_member='. $id_member);
?>
\ No newline at end of file
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