<?php $db=new MySQLi("localhost","账号","密码","数据库名"); $sql="delete from 表名 where 条件"; $db->query($sql); header("location:文件名"); //返回哪个文件 ?>
posted on 2016-05-10 10:59 肖旭 阅读(79) 评论(0) 编辑 收藏 举报