Postingan

Menampilkan postingan dari Juli, 2020

MEMBUAT PHP CRUD DATA MAHASISWA DAN DATA BUKU

Gambar
tampilan home tampilan data mahasiswa tampilan edit mahasiswa tampilan buku tampilan edit buku   langkah-langkah langkah 1 untuk buku membuat script buku.php <div class="container">     <a class="btn btn-outline-info bg-primary my-2 my-sm-0 text-white" href="?page=tambah">Tambah Data Buku</a><table class="table table-striped">     <thead>         <tr>             <th>#</th>             <th>judul buku</th>             <th>penerbit</th>             <th>Jenis buku</th>             <th>Pengarang</th>             <th>Foto</th>             <th>Action</th>         </tr>     </thead>     <tbody>         <?php             $no = 0;             $buku=$mysqli->query("SELECT * FROM buku");             while ($m=mysqli_fetch_array($buku)) {                 $