您的当前位置:首页正文

PHP简单的直接删除页面学习

2022-01-05 来源:客趣旅游网
include \"lib/db.php\"; include \"lib/session.php\"; $id =$_GET[\"id\"];

$del = \"delete from employee where ID = $id\"; if(mysql_query($del)) { echo (\"