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

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!错误提示,查资 ...

php header中Content-disposition用法详细

添加日期:2013-12-02 16:25:39 发布:smiling 
Content-disposition 是 MIME 协议的扩展,MIME 协议指示 MIME 用户代理如何显示附加的文件。Content-disposition其实可以控制用户请 ...

XSLTProcessor 中 registerPHPFunctions 后无法调用 php 函数

添加日期:2013-11-30 14:01:26 发布:smiling 
XSLT 是一个非常方便的转换 XML 的工具,PHP 里面是通过 XSLTProcessor 来实现;XSLT 中内置了许多有用的函数,同时,只需要调用 XSLTProcessor 实例的 registerPHPFunctions 方法 ...