摘要:
最近刚接触PHP,开发过程中可能会遇到Notice: Use of undefined ……这样的警告提示,可能是代码写的不太规范,有两种解决途径:关闭 PHP 提示的方法, 搜索php.ini:error_reporting = E_ALL改为:error_reporting = E_ALL & ~E_NOTICE还有一种不建议用不过也不是必须不能用的就是在每个页面开始的时候都error_reporting(0);修改完之后不要忘记重启一下服务器哦原文链接:http://www.dongxiaohan.com/index.php/archives/257.html 阅读全文
posted @ 2013-07-17 11:40
夜照亮了黑
阅读(573)
评论(0)
推荐(0)

浙公网安备 33010602011771号