best advertiser

Sabtu, 14 Januari 2012

Hapus.php


<?php
include "konek.php";
$no=$_GET['id'];
$q1="DELETE FROM datamember where no=$no;";
$q2=mysql_query($q1);
if($q2){echo"<script>alert('data telah berhasil di hapus');document.location.href='lihat.php';
</script>";};
?>

Tidak ada komentar:

Posting Komentar