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