- 2011-02-16PHP中使用XML-RPC构造Web Service简单入门
- * 作者:heiyeluren * 时间:2006-03-05 * 博客:http://blog.csdn.net/heiyeshuwu [ Web Service介绍 ] Web Ser...阅读全文>>
- 阅读:677好评:0
- 2011-01-20PHP5.3.1环境下CI提示The URI you submitted has disallowed characters.错误
- Fixed: “The URI you submitted has disallowed characters.” error CodeIgniter I started up a...阅读全文>>
- 阅读:2444好评:0
- 2011-01-08XAMPP PDO Mysql server连接配置
- 故障描述: xampp安装drupal 7.1时,提示出下错误: * Warning: PDO::__construct(): [2002] Invalid argument (trying to connect via unix...阅读全文>>
- 阅读:992好评:0
- 2010-12-27通过设置P3P头来实现跨域访问COOKIE
- 实际工作中,类似这样的要求很多,比如说,我们有两个域名,我们想实现在一个域名登录后,能自动完成另一个域名的登录,也就是PASSPORT的功能。 我只写一个大概,为了测试的方便,先编辑hosts文件,加入测试域名(C:\WINDOWS...阅读全文>>
- 阅读:975好评:0
- 2010-12-17PHP日期差,日期比较,日期计算,昨天日期,上周日期
- 今天日期 $today=date("Y-m-d"); 昨天日期 $yesterday = date("Y-m-d", mktime(0, 0, 0,date...阅读全文>>
- 阅读:1597好评:0
