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

Warning: session_destroy() [function.session-destroy]: Trying to destroy

添加日期:2013-11-29 16:12:53 发布:smiling 
在使用session_destroy(),进行Session变量的注销时,出现了:Warning: session_destroy() [function session-destroy]: Trying to destroy uninitialized session in 的错误 ...

Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move

添加日期:2013-11-29 16:06:51 发布:smiling 
今天文件上传出现Warning: move_uploaded_file() [function move-uploaded-file]: Unable to move...

Warning: mssql_connect() [function.mssql-connect]:

添加日期:2013-11-28 15:48:12 发布:smiling 
错误提示:warning: mssql_connect() [function mssql-connect]: unable to connect to server: $sa in d:php2 php on line 11 error...

FastCGI 不完全高级指南(PHP版,Windows平台)

添加日期:2013-11-28 13:29:42 发布:smiling 
FastCGI是语言无关的、可伸缩架构的CGI开放扩展,其主要行为是将CGI解释器进程保持在内存中并因此获得较高的性能。众所周知,CGI解释器的反复加载是CGI性能低下的主要原因。...

Warning: Missing argument 3 for photo_bigclass()

添加日期:2013-11-28 09:50:17 发布:smiling 
Warning: Missing argument 3 for photo_bigclass(), called inF: myweb 79look index php on line 78 and defined inF: mywe ...

Warning: mysql_fetch_array():

添加日期:2013-11-28 09:48:36 发布:smiling 
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in$connect=mysql_connect("localhos ...

Warning: mysql_free_result():

添加日期:2013-11-28 08:47:16 发布:smiling 
我们的网站提示这样的错误,Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource...

PHP作wap开发时遇到的问题

添加日期:2013-11-27 22:07:59 发布:smiling  
首先要碰到的问题肯定是文件格式,在作web开发时,大家都是用的html或xhtml,到了wap开发时,就得用wml了 什么是wml?大家可以去查更具体的资料,我这里只是略...

用--with-apxs来编译PHP时,我得到了奇怪的错误信息

添加日期:2013-11-27 20:13:49 发布:smiling 
有两种方法检查。第一种,当Apache建立apxs Perl程序时,因为一些原因,它没有包含正确的编译参数。编辑你apxs(在 usr local apache bin apxs或者 usr sbin apxs)并检查下列几行:...

Apache虚拟主机(网站站点)配置(linux/windows)

添加日期:2013-11-27 16:05:38 发布:smiling 
一般的一台服务器上会都会有多个站点,如果我们使用的是apache就可以配置多个网站站点,也就是同一台服务器上会有多个站点了,也就是我们说的虚拟主机目录了。...

apache 301 将带www的域名转向不带www的域名

添加日期:2013-11-27 10:18:01 发布:smiling 
其实我们要把指定域名转到其它域名有很多办法,但对搜索引擎最友好的办法就是做301定向了,下面介绍利用apache 301定向来实例 ...

win7 xampp安装后apache无法启动怎么办

添加日期:2013-11-26 21:16:55 发布:smiling 
我使用的是win7系统同时安装的是套装软件xampp了,但是安装好xampp之后我的apache无法启动了,后来找了很多办法下面我来分享一下。...