Jumat, 17 Januari 2014

Koding PHP Menghapus Data Di MySQL

<?php
include 'connect.php';
if (isset($_GET['id'])) {
    $dbh->exec("DELETE FROM data WHERE id = '$_GET[id]'");
}
header("location:tabel.php")
?>

0 50 Kometar:

Posting Komentar