2019年12月21日
摘要: Laravel大神推荐-基础入门+实战+拓展,学习进阶 阅读全文
posted @ 2019-12-21 09:17 冬天不冷-崔俊领 阅读(332) 评论(1) 推荐(0) 编辑
  2019年12月12日
摘要: <?php/** * 封装分页函数 * $table [字符串] 表名 * @$size [数字][每页显示条数] */function fenye($table, $size){ $link = mysqli_connect("127.0.0.1", "root", "123456", "18te 阅读全文
posted @ 2019-12-12 16:02 冬天不冷-崔俊领 阅读(348) 评论(0) 推荐(0) 编辑
摘要: <html><script> var page=1; // 页面第一次加载,显示第一页 window.onload=function(){ ajax_go(1) } //分页的代码 function ajax_go(type){ if (type==1) { //首页 page=1; }else i 阅读全文
posted @ 2019-12-12 15:50 冬天不冷-崔俊领 阅读(305) 评论(0) 推荐(0) 编辑
  2019年12月10日
摘要: <?php $link=mysql_connect("localhost","root","admin",'news')or die("connect error!"); $sql="select * from admin_login "; $result=mysql_query($sql); $c 阅读全文
posted @ 2019-12-10 10:29 冬天不冷-崔俊领 阅读(251) 评论(0) 推荐(0) 编辑
  2019年11月20日
摘要: 注册文件 reg.html <html><style> #btn{ background-color: red; color:white; width: 235px; } span{ color: red; }</style><center> <form action="doreg.php" met 阅读全文
posted @ 2019-11-20 16:16 冬天不冷-崔俊领 阅读(389) 评论(0) 推荐(0) 编辑
  2019年10月23日
摘要: 原生PHP+原生ajax实现删除,批量删除,即点即改,完整代码,完整实例 阅读全文
posted @ 2019-10-23 19:45 冬天不冷-崔俊领 阅读(668) 评论(2) 推荐(2) 编辑
摘要: php+ajax无刷新分页原生ajax实现分页最简单完整实例-完整代码, 阅读全文
posted @ 2019-10-23 16:38 冬天不冷-崔俊领 阅读(1148) 评论(0) 推荐(1) 编辑
摘要: 重启Apache,测试: 阅读全文
posted @ 2019-10-23 09:48 冬天不冷-崔俊领 阅读(358) 评论(0) 推荐(1) 编辑
  2019年10月22日
摘要: 一个普通的会员注册,js验证,错误提示 阅读全文
posted @ 2019-10-22 16:07 冬天不冷-崔俊领 阅读(713) 评论(0) 推荐(0) 编辑