07 2015 档案

摘要:作 者: CRoot时 间: 2015-06-02,19:02:11链 接: http://bbs.pediy.com/showthread.php?t=201147/**Author:CRoot*Source:http://croot.cf/HelloWord/239.html*Date:2015... 阅读全文
posted @ 2015-07-13 21:44 voidcat 阅读(311) 评论(0) 推荐(0)
摘要:"; */// 利用淘宝接口根据ip查询所在区域信息$res1 = file_get_contents("http://ip.taobao.com/service/getIpInfo.php?ip=$ip");$res1 = json_decode($res1);/* print_r($res1);... 阅读全文
posted @ 2015-07-11 22:36 voidcat 阅读(613) 评论(0) 推荐(0)
摘要:本篇文章,主要先重点说明magic_quotes_gpc、mysql_real_escape_string、addslashes三个函数方法的含义、用法,并举例说明。然后阐述下三者间的区别、关系。一、magic_quotes_gpc这个函数,只有在页面传递 $_GET,$_POST,$_COOKIE... 阅读全文
posted @ 2015-07-10 22:37 voidcat 阅读(517) 评论(0) 推荐(0)
摘要:get_magic_qoutes_gpc():当magic_quotes_gpc=On的时候,函数get_magic_quotes_gpc()就会返回1当magic_quotes_gpc=Off的时候,函数get_magic_quotes_gpc()就会返回0magic_quotes_gpc函数在p... 阅读全文
posted @ 2015-07-10 22:26 voidcat 阅读(366) 评论(0) 推荐(0)
摘要:先贴上源代码 1 2 3 4 5 仿腾讯游戏首页小幻灯片jquery插件 6 7 34 35 36 37 38 39 40 41 42 43 ... 阅读全文
posted @ 2015-07-04 21:20 voidcat 阅读(396) 评论(0) 推荐(0)