当前位置:首页 > 搜索和 is 相关的文章

discuz模板制作过程中的几点总结

添加日期:2014-01-10 16:59:48 发布:smiling 
之前使用discuz x2 5制作过网站,今天整理了一下,写个小总结,一方面是便于自己日后回顾,另一方面是希望对有需要的朋友们有所帮助!1、引进 ...

discuz X3全局变量$_G

添加日期:2014-01-10 16:51:18 发布:smiling 
$_G 保存了 Discuz! 中所有的预处理数据,缓存能够很好的提高程序的性能,一些配置数据没必要每次都查询数据库,只要在修改了的时候更新下 ...

php中用curl模拟登录discuz以及模拟发帖

添加日期:2014-01-06 10:20:36 发布:smiling 
本文章完美的利用了php的curl功能实现模拟登录discuz以及模拟发帖,本教程供参考学习 <?php$discuz_url=&lsquo;http: localhost klive root ...

PHP写的域名查询系统Whois

添加日期:2013-12-10 08:58:20 发布:smiling 
<?PHPif($domain){if($domain){$fp=fsockopen("rs internic net",43,&$errno,&$errstr,10);if(!$fp){echo"$errstr($errno)<br>n";}else{fpu ...

hp在IIS下和apache下urlrewrite返回不同的REQUEST_URI解决办法

添加日期:2013-12-06 23:23:47 发布:smiling 
php在windows IIS平台运作的时候,有些东西和在Linux apache下不太一样,今天遇到个神奇的问题,就是用 $URI=$_SERVER[ "REQUEST_URI "];...

php错误提示:Deprecated: Function eregi() is deprecated

添加日期:2013-12-04 22:31:13 发布:smiling 
今天在利用一个正则时提示Deprecated: Function eregi() is deprecated in错误了,后来查询了一原因是我们php5 3,在5 3中己经不支持er ...

Deprecated: Function session_register() is deprecated

添加日期:2013-12-04 20:56:25 发布:smiling 
今天在换了Php环境后我们发现有Deprecated: Function session_register() is deprecated错误提示了,我们先来看代码:<?php Fixforremov ...

linux中phpMyAdmin错误提示Wrong permissions on configuration file, should no

添加日期:2013-12-04 15:45:37 发布:smiling 
我用的linux系统,今天使用phpmyadmin时出现Wrong permissions on configuration file,should not be world writable!错误提示,查资 ...

Deprecated: Function set_magic_quotes_runtime() is deprecated

添加日期:2013-12-03 23:02:12 发布:smiling 
今天在把php升级之后运行一个页面出现了Deprecated: Function set_magic_quotes_runtime() is deprecated in F: wwwroot mongodb ...

PHP警告date(): It is not safe to rely on the system

添加日期:2013-12-03 21:24:04 发布:smiling 
在用PHP5 3以上的PHP版本时,只要是涉及时间的会报一个Warning: date(): It is not safe to rely on the system & 39;s timezon ...

PHP Warning: date(): It is not safe to rely on the system

添加日期:2013-12-03 20:51:33 发布:smiling 
昨天碰到使用date()函数时出现PHP Warning: date(): It is not safe to rely on the system出现这种错误是因为php5默认date tim ...

linux中phpMyAdmin错误提示Wrong permissions on configuration file, should no

添加日期:2013-12-02 21:28:16 发布:smiling 
我用的linux系统,今天使用phpmyadmin时出现Wrong permissions on configuration file,should not be world writable!错误提示,查资 ...