Commit 059dc3a9 by Mei Romauli Sagala

edit

parent 1cd32b9b
...@@ -15,5 +15,5 @@ ...@@ -15,5 +15,5 @@
move_uploaded_file($_FILES['bukti']['tmp_name'], 'picture/'. $bukti); move_uploaded_file($_FILES['bukti']['tmp_name'], 'picture/'. $bukti);
mysqli_query($koneksi, "INSERT INTO pembayaran VALUES('', '$member_id', '$total', '$bukti', '') "); mysqli_query($koneksi, "INSERT INTO pembayaran VALUES('', '$member_id', '$total', '$bukti', '') ");
//header('Location: bayar.php?id_member='. $member_id); header('Location: bayar.php?id_member='. $member_id);
?> ?>
\ 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