Menu

Jumat, 11 Januari 2019

PHP MYSQL bagian 9 menambahkan kolom delete

Tambahkan kolom pada table data dengan menambahkan kode di nama kolom dan kolom isi sebagai berikut :


<td align='center'><a href='javascript:delete_id($row[0])'>Delete</a></td>


Tambahkan perintah javascript di atas
dengan kode sebagai berikut :

<script type="text/javascript">
function delete_id(id)
{
     if(confirm('Yakin mau dihapus datanya ?'))
     {
        window.location.href='delete.php?delete_id='+id;
     }
}
</script>

====================
Karena pada script tsb menggunakan file hapus dengan nama file delete.php maka kita membuat file php dengan nama delete.php

dengan kode sebagai berikut :

<?php
                           
                           
include "koneksi.php";
$delete_id=$_GET['delete_id'];

echo "$delete_id";

$sql = "DELETE FROM siswa WHERE id=$delete_id";
if(mysqli_query($dbconnect, $sql)){
    echo "Records were deleted successfully.";
    echo "<script> location.replace('tampil.php'); </script>";
} else{
    echo "ERROR: Could not able to execute $sql. " . mysqli_error($dbconnect);
}

// Close connection
mysqli_close($dbconnect);

?>

13 komentar:

  1. Tugas Alfiyan

    https://syahsiregar.000webhostapp.com/latihan/tampil.php

    BalasHapus
  2. Tugas
    Widi Maula

    https://tok-dalang.000webhostapp.com/latihan/tampil.php

    BalasHapus
  3. https://run-of-the-mill-pay.000webhostapp.com/latihan/tampil.php
    Tugas
    Kukuh cahyo widodo

    BalasHapus
  4. Tugas Devi Nurdianti

    https://devidianti.000webhostapp.com/latihan/tampil.php

    BalasHapus
  5. Komentar ini telah dihapus oleh pengarang.

    BalasHapus
  6. Tugas Febriani
    https://febriiani.000webhostapp.com/latihan/tampil.php

    BalasHapus
  7. Tugas by: Amelia Maulida Wulandari

    https://amelia-maulida.000webhostapp.com/latihan/tampil.php

    BalasHapus
  8. tugas by : putri dewi setianingsih

    https://salbiantiputri.000webhostapp.com/latian/tampil.php

    BalasHapus
  9. https://startled-guns.000webhostapp.com/latihan/tampil.php

    Tugas Putri ardiana

    BalasHapus
  10. anis khoirunnisa
    https://aniskhoirunnisa111.000webhostapp.com/latihan/tampil.php
    https://aniskhoirunnisa111.000webhostapp.com/latihan/entry.php

    BalasHapus
  11. https://salbianti.000webhostapp.com/latihan/tampil.php

    BalasHapus
  12. https://sitimuasaroh.000webhostapp.com/latihan/entry.php

    Tugas Siti muasaroh

    BalasHapus
  13. https://kiki111.000webhostapp.com/tampil.php

    Tugas Kiki selvia

    BalasHapus

Komentarlah dengan bijak no Spam