2017年11月27日
摘要: <?phpheader( 'Content-Type:text/html;charset=utf-8 '); include_once("conn/conn.php"); $id=$_GET["id"]; $sql='delete from user where id='.$id; $r=mysql 阅读全文
posted @ 2017-11-27 16:40 PHP`reader 阅读(142) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head><script type="text/javascript" src="js/jquery-1.11.3.min.js"></script></head><style type="text/css">table.imagetable { font 阅读全文
posted @ 2017-11-27 16:39 PHP`reader 阅读(146) 评论(0) 推荐(0) 编辑
摘要: <?phpheader( 'Content-Type:text/html;charset=utf-8 '); include_once("conn/conn.php"); $id=$_GET["id"]; $sql='delete from user where id='.$id; $r=mysql 阅读全文
posted @ 2017-11-27 15:22 PHP`reader 阅读(165) 评论(0) 推荐(0) 编辑