当前位置:首页 > PHP教程 > php应用 > 列表

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)提示,看英文的意思是说超过了指定内存大小了, ...

PHP Parse Error: syntax error, unexpected $end 错误的解决办法

添加日期:2013-12-04 21:50:46 发布:smiling 
php程序员可能会经常碰到PHP Parse Error: syntax error, unexpected $end 错误,下面我来给各位朋友详细总结导致PHP Parse Error ...

phpMyAdmin 3.5.8 在 Safari 中空白屏解决方法

添加日期:2013-12-04 21:48:34 发布:smiling 
本文章来给各位介绍phpMyAdmin 3 5 8 在 Safari 中空白屏解决方法,因为在其它浏览器中都没有问题,只有在Safari浏览器空白,所以只要解 ...

php中文字符串截取乱码问题解决方法

添加日期:2013-12-04 21:44:21 发布:smiling 
出现中文截取乱码的问题一般是中文文合混时比较多,如果你截取英文不会有问题,中文就会有,主要原因是:字符串编码为UTF-8的,一个中文字符 ...

php提示 Notice: Use of undefined constant name - assumed

添加日期:2013-12-04 21:16:28 发布:smiling 
我们知道php在数组中写变量有二几种方法,我们出现这种提示就是你写成了[name]这种所以会有Notice: Use of undefined constant name ...

php错误提示:Call-time pass-by-reference has been deprecated

添加日期:2013-12-04 21:12:59 发布:smiling 
今天在写引用时突然出现了Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you w ...

phpmyadmin配置文件现在需要绝密的短语密码

添加日期:2013-12-04 21:07:37 发布:smiling 
在使用phpmyadmin时我们可能会碰到phpmyadmin配置文件现在需要绝密的短语密码错误提示,配置如下:phpmyadmin config inc php,代码如下:<?php ...

php错误Fatal error: Out of memory (allocated 262144)

添加日期:2013-12-04 20:54:09 发布:smiling 
昨天网站用着用着就提示了Fatal error: Out of memory (allocated 262144),后来百度搜索了一些解决方法,下面我分享给各位朋友。从上 ...

php中UTF8编码页面iconv转码失败

添加日期:2013-12-04 20:51:47 发布:smiling 
关于iconv遇到无法转码的字符时中断内容丢失,代码如下:$c=&lsquo;测试&bull;字符传换&bull;五一快乐!&rsquo;;echoiconv(&lsquo;utf-8&prim ...

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 字符串编码转换程序

添加日期:2013-12-03 22:21:24 发布:smiling 
iconv函数的一个bug。iconv在转换字符—到gb2312时会出错,解决方法很简单,就是在需要转成的编码后加 IGNORE 也就是iconv函数第二个参数 ...

PHP Notice: undefined index原因与解决办法

添加日期:2013-12-03 22:18:19 发布:smiling 
在php开发时可能会碰到如PHP Notice: undefined index这种错误提示,如 $_GET[& 39;aa& 39;]; 就会出现PHP Notice: undefined index ...