Having previously discussed the action to edit the
data, the script is the script divbawah to delete the selected data.
This is a script to delete data:
|
<?php
include "koneksi.php";
$hapus=mysql_query("delete from produk
where
kodeproduk='$_GET[id]'");
include
"viewproduk.php";
?>
|
Delete process above is based on the kodeproduk item
we choose to delete. hopefully useful ^ ^
No comments:
Post a Comment