RPL

satuanggara.blogspot.co.id

Monday, December 21, 2015

langkah membuat link hapus php

<?php
include "konek.php";
$id=$_GET['id'];
mysql_query("delete from buku where id='$id'");
header("location:view.php");
?>

No comments:

Post a Comment