摘要: Title select all name age operation may 18 delete lily 18 delete ... 阅读全文
posted @ 2017-02-03 20:00 iriliguo 阅读(2244) 评论(0) 推荐(0) 编辑
摘要: <html><head> <title>register</title> </head><body> <div id="wrapper"> <form name="login-form" class="login-form" action="" method="post"> <div class=" 阅读全文
posted @ 2017-02-03 19:50 iriliguo 阅读(4036) 评论(0) 推荐(0) 编辑
摘要: <?php //cookie实现自动登录 error_reporting(0);// 关闭错误报告(浏览页面出现notice可用此法消除) $user = $_POST['username'];$pwd = $_POST['password'];if ($user!=''&&$pwd!=''){if 阅读全文
posted @ 2017-02-03 19:03 iriliguo 阅读(7480) 评论(0) 推荐(0) 编辑
摘要: 读取数据库内容到页面: <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Document</title> <style> *{ background: #009899; position: relative; } table{ 阅读全文
posted @ 2017-02-03 18:36 iriliguo 阅读(107) 评论(0) 推荐(0) 编辑