perbaikan bug pada faktur pemesanan

parent bd970e4f
......@@ -33,15 +33,6 @@
<?php
}
?>
<?php
if (isset($_SESSION['items'])) {
foreach ($_SESSION['items'] as $key => $val) {
$query = mysqli_query($koneksi, "INSERT INTO t_pemesanan WHERE isbn = '$key'");
$data = mysqli_fetch_array($query);
?>
</div>
<div class="clearfix"> </div>
</div>
......
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