摘要: 登录页面 审核流程页面 <?php session_start(); include("../DBDA.php"); $db = new DBDA(); $uid = $_SESSION["uid"]; ?> <body> <h1>审核流程</h1> <br /> <table width="100 阅读全文
posted @ 2016-06-04 20:26 kevin2016 阅读(223) 评论(0) 推荐(0) 编辑
摘要: login.php登录页面 <body> <form action="chulilg.php" method="post" > 用户名:<input type="text" name="uid" /><br /> 密码:<input type="text" name="pwd" /> <input  阅读全文
posted @ 2016-06-04 19:57 kevin2016 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 登录界面:<body> <h1>登录界面</h1> <form action="chuli.php" method="post"> <div > 开发部内部留言板 </div> <div >用户名:<input type="txt" name="yh" /></div> <div >口令:<inpu 阅读全文
posted @ 2016-05-28 17:40 kevin2016 阅读(211) 评论(0) 推荐(0) 编辑
摘要: <?php//目录操作mkdir("./aa"); //创建目录rmdir("./test"); //删除目录,只能删除空文件夹rename("./test","./aa/test");//(从左移动到右边,右边创造建被移动的文件名,)重命名、移动文件夹 //文件操作 touch("./aa.txt 阅读全文
posted @ 2016-05-28 15:14 kevin2016 阅读(139) 评论(0) 推荐(0) 编辑
摘要: 注册页面 阅读全文
posted @ 2016-05-23 21:10 kevin2016 阅读(126) 评论(0) 推荐(0) 编辑
摘要: <title>无标题文档</title></head> <body><?php//session_start();//开启session //HTTP,无状态性//SESSION COOKIE //SESSION:存储在服务端的,每个人存一份,可以存储任意类型的数据,默认过期时间15分钟//COOK 阅读全文
posted @ 2016-05-22 16:47 kevin2016 阅读(135) 评论(0) 推荐(0) 编辑
摘要: test.php<title>无标题文档</title> //载入 jquery, 载入 三级联动js 样式表 <script src="jquery-1.11.2.min.js"></script> <script src="sanji.js"></script> </head> <body> / 阅读全文
posted @ 2016-05-22 16:12 kevin2016 阅读(229) 评论(0) 推荐(0) 编辑
摘要: chuli2.php delete.php 阅读全文
posted @ 2016-05-19 20:37 kevin2016 阅读(1689) 评论(0) 推荐(0) 编辑
摘要: 无标题文档//使用 jquery 必须的先加载 阅读全文
posted @ 2016-05-18 20:24 kevin2016 阅读(130) 评论(0) 推荐(0) 编辑
摘要: Chuli1.php 阅读全文
posted @ 2016-05-18 20:10 kevin2016 阅读(563) 评论(0) 推荐(0) 编辑