
ajax+php+mysql
戏里戏外。
江湖最后一个浪子
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
jq.ajax+php+mysql实现分页显示数据
test.html代码 【这里是数据展示页面的代码】 *{margin:0;padding:0;} .msg{width:800px;margin:50px auto;} table{width:800px;height:200px;border-collapse:collapse;text-align:center;} table tr td{width:70px;borde原创 2017-12-21 19:12:48 · 2853 阅读 · 1 评论 -
ajax获取json数据展示
效果图: 原生js实现: *{margin:0;padding:0;} li{list-style:none;} #box{width:500px;height:640px;border:1px solid #ccc;position:relative;top:50%;left:50%;margin:20px -250px;} #box .con{width:500px;he原创 2017-12-11 18:23:14 · 2094 阅读 · 0 评论 -
jq.ajax+php+mysql实现瀑布流缓冲加载数据
效果图如下: html+css代码 瀑布流展示数据 *{padding:0;margin:0;} body{padding:0;margin:0;background:#ddd;} img{border:none;} a{text-decoration:none;color:#444;} a:hover{color:#999;} #title{width:600px;marg原创 2017-12-23 20:11:38 · 1878 阅读 · 0 评论 -
ajax+php+mysql实现无刷新点赞功能
index.php: 读取数据库 点赞 赞 <?php $con = mysqli_connect('localhost', 'username', 'password'); if(! $con ) { die('连接失败: ' . mysqli_error($con)); } mysqli_select_db($con,'jw原创 2017-12-30 20:15:27 · 3094 阅读 · 1 评论 -
jq.ajax+php+mysql实现关键字模糊查询
对于这个功能企业上还算比较实用,推荐给大家; index.html *{margin:0;padding:0;} .text{width:200px;height:30px;line-height:30px;font-size:14px;outline:none;} ul{width:200px;height:auto;border:1px solid #999;border-to原创 2017-12-31 16:19:31 · 1794 阅读 · 2 评论 -
基于ajax+php+mysql数据库实现用户注册登录
1.注册登录界面: form.html *{margin:0;padding:0;} 快速注册 快速登录 账号 : 手机号码有误 密码 : 密码必须由6-12位数字加字母组成 验证码 :原创 2017-12-15 11:22:52 · 6133 阅读 · 7 评论 -
jq.ajax+php+mysql数据库实现用户无刷新评论
最终效果图: html+css代码 *{margin:0;padding:0;} .box{width:600px;height:300;margin:50px auto;} .box p{width:600px;height:40px;border-bottom:1px solid #999;} .box p b{width:80px;height:40px;line-heig原创 2017-12-17 19:08:33 · 1407 阅读 · 0 评论