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

php empty()出错,Fatal error: Can’t use function return

添加日期:2013-12-04 23:25:35 发布:smiling 
今天在利用empty函数是出现Fatal error: Can’t use function return value in write context错误提示,觉得很怪,这个函数 ...

php header 404错误包含文件出现乱码

添加日期:2013-12-04 23:10:27 发布:smiling 
通常在通过php判断一个不存在的资源(比如category、product不存在)时需要通过header返回一个404的状态并显示相应的404页面,在之前的服务 ...

dedecms上传图片文件时提示 Upload filetype not allow

添加日期:2013-12-04 23:06:28 发布:smiling 
如果懂一点英文的就知道Upload filetype not allow ,是你上传的文件类型不允许,但是我上传的是图片怎么能不可以上传呢,后来搜索了一 ...

Fatal error: Maximum execution time of 30 错误

添加日期:2013-12-04 22:59:46 发布:smiling 
在程序开发中出现Fatal error: Maximum execution time of 30错误,是指你的程序执行时间超了30秒,但为什么是30秒页不是50,10,20 ...

PHP Spreadsheet_Excel_Reader导入excel中文显示乱码

添加日期:2013-12-04 22:56:52 发布:smiling 
Spreadsheet_Excel_Reader是个常用的导入excel文件的php类,正常情况下使用该类导入excel代码如下:<?php 引入系统公共文件。require_once(& ...

win2003使用preg_match_all导致apache崩溃解决办法

添加日期:2013-12-04 22:39:19 发布:smiling 
Apache 2 2 9 (Win32) + PHP 5 2 17,在使用正则表达式 preg_match_all (如 preg_match_all(" ni( *?)wo ", $html, $matches);) ...

php中IE7 iframe session丢失问题解决方案

添加日期:2013-12-04 22:38:01 发布:smiling 
假设采用iframe方式,很可能会遇到这样的问题。而且这个问题只存 在于IE7浏览器中,我在firefox, IE6和chrome等浏览器中测试均没有问题在 ...

phpmyadmin无法连接:无效的设置

添加日期:2013-12-04 22:34:32 发布:smiling 
打开phpMyAdmin目录 找到phpMyAdmin的配置文件config inc php,将其中的$cfg[& 39;Servers& 39;][$i][& 39;auth_type& 39;] = & 39;confi ...

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

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

Warning: Cannot modify header information - headers already sent by

添加日期:2013-12-04 22:26:32 发布:smiling 
如果在执行php程序时看到这条警告: "Warning: Cannot modify header information - headers already sent by " 有以下几种解 ...

php Cannot modify header information-headers already sent by解决办法

添加日期:2013-12-04 22:23:49 发布:smiling 
昨天在使用cookie时页面报错:php Cannot modify header information-headers already sent by了,下面我来总结关于报错的解决办法,代 ...

Fatal error: Out of memory (allocated 786432)提示解决办法

添加日期:2013-12-04 22:20:04 发布:smiling 
今天在运行phpmyadmin时页面突然出现了Fatal error: Out of memory (allocated 786432)提示,看英文的意思是说超过了指定内存大小了, ...