▼ กำลังโหลดข้อมูล... ▼
แสดงความคิดเห็น
คุณสามารถแสดงความคิดเห็นกับกระทู้นี้ได้ด้วยการเข้าสู่ระบบ
กระทู้ที่คุณอาจสนใจ
PHPsql (ทำใน Apache NetBeans)
อยากทราบโค๊ดลบข้อมูลภายใน 2 ตารางอ่าครับผมทำแบบนี้แล้ว error
<meta charset="UTF-8">
<?php
require './connect.php';
if(isse
สมาชิกหมายเลข 4392462
ดูโค้ดdelete.php
<?php
require 'connectdb.php';
$id = $_GET['id'];
$sql = "delete from meeting_list where id='$id'";
$result = mysqli_query($link,$sql);
if($result){
echo "<script>alert('ลบข้อมูลสำเร็จ');window.location='meeting.php';</script>";
}else{
echo "<script>alert('ลบข้อมูลไม่สำเร็จ')
}
?>
<meta charset="utf-8">