gpt4 book ai didi

php - 我如何从php中的数据库中删除记录

转载 作者:太空宇宙 更新时间:2023-11-03 11:46:46 25 4
gpt4 key购买 nike

<分区>

我在不同的页面上创建了一个链接(删除)。之后,我编写了以下代码来执行查询,但它以某种方式显示“成功”消息,但并未从数据库中删除特定记录...有什么建议吗?

<?php
include_once('data_conn.php');
$id=$_GET['id'];
$sql = "DELETE FROM driver_info where id=$id";
echo $sql;
if(!$sql ) {
echo '<script language="javascript">';
echo 'alert("something went Wrong...:(((("); location.href="user-profile.php"';
echo '</script>';
}
else{
echstrong texto '<script language="javascript">';
echo 'alert("successfully Deleted!!!"); location.href="user-profile.php"';
echo '</script>';
mysql_close();
}
?>

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com