Notice: Undefined variable: action 解决

Notice: Undefined variable: action  以前以为是没有定义,于是通过$action = $_GET['action'] 发现还是不行

原来在php.ini 下配置一下就可以了:

修改   PHP.INI,   将   error_reporting   设置为   error_reporting   =   E_ALL   ~   E_NOTICE
重启   APACHE   服务

如果不想改。。也不一定要改php.ini
只要在开头加一句
error_reporting(E_ALL   ^   E_NOTICE);  也可以

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

«    2024年11月    »
123
45678910
11121314151617
18192021222324
252627282930
搜索
标签列表
网站分类
最新留言
    文章归档
    友情链接

    Powered By Z-BlogPHP 1.7.3

    Copyright Your WebSite.Some Rights Reserved.闽ICP备11018667号-2