perbaikan

parent 7e0e4a5d
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<!-- //breadcrumbs --> <!-- //breadcrumbs -->
<!-- Page --> <!-- Page -->
<?php <?php
$per_hal = 5; $per_hal = 10;
$jumlah_record = mysqli_query($koneksi, "SELECT * FROM t_buku"); $jumlah_record = mysqli_query($koneksi, "SELECT * FROM t_buku");
$no = 1; $no = 1;
$jum = mysqli_num_rows($jumlah_record); $jum = mysqli_num_rows($jumlah_record);
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
<!-- //breadcrumbs --> <!-- //breadcrumbs -->
<!-- Page --> <!-- Page -->
<?php <?php
$per_hal = 5; $per_hal = 10;
$jumlah_record = mysqli_query($koneksi, "SELECT * FROM t_pemesanan"); $jumlah_record = mysqli_query($koneksi, "SELECT * FROM t_pemesanan");
$no = 1; $no = 1;
$jum = mysqli_num_rows($jumlah_record); $jum = mysqli_num_rows($jumlah_record);
......
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