Sabtu, 27 Februari 2016

Script hapus.php

<?php
Ob_start ();
Include "koneksi.php";
mysql_query ("delete from nm_tabel  where id_nm='$GET[id_nm]' ");
header('location:tampil.php');
?>

Tidak ada komentar:

Posting Komentar