Advertisement
nauvalp

proses_buku.php

Oct 23rd, 2019
598
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. <?php
  2. include '../../../config/koneksi.php';
  3. mysqli_query($conn,"update buku set judul_buku = '$_POST[judul_buku]',penerbit = '$_POST[penerbit]', tahun_penerbit = '$_POST[tahun_penerbit]' where kd_buku='$_POST[kd_buku]'") or die(mysqli_error($conn));
  4. header('location:../../media.php?module=buku');
  5. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement