PHP学习笔记
wgd33952
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PHP获取时间的一些常用方法
/** * php 获取时间(今天,昨天,三天内,本周,上周,本月,三年内,半年内,一年内,三年内) * * author:ihelloworld2010@gmail.com * date:2012-06-28 16:00:01 */$q = $_GET['q'] ? intval($_GET['q']) : 0;$text = '';$now =转载 2015-08-03 13:25:09 · 337 阅读 · 0 评论 -
微擎分页
微擎模块开发中的分页方法实现。原创 2015-08-31 13:05:00 · 3321 阅读 · 0 评论 -
表单验证中的电话号码格式校验
表单验证中的电话号码格式校验,包括JS和PHP原创 2015-08-31 17:33:06 · 3282 阅读 · 0 评论 -
PHP缓存函数apc
APC 函数apc_add — 缓存一个变量到数据存储apc_bin_dump — Get a binary dump of the given files and user variablesapc_bin_dumpfile — Output a binary dump of cached files and user variables to a fileapc_bin_load翻译 2015-09-01 18:20:35 · 283 阅读 · 0 评论 -
Ajax在PHP中的使用
前台:$(document).ready(function(){ $("sm").click(function(){ $.ajax({ type: "GET", url: "kan.inc.php", data: {openid:{$openid}, kanid:{$kanid}},原创 2015-09-01 18:05:55 · 427 阅读 · 0 评论
分享