页头错误求解

501771728   ·   发表于 2017-9-21   ·   BUG建议

Notice: Undefined variable: id in /www/users/HA400599/WEB/Tmp/Thread_74499d2d859abb575f95499363c71b08.php on line 就这一句话看上面页头上

4 条回复   |  直到 2017-9-24 | 4343 次浏览

501771728
发表于 2017-9-21

这是什么原因?

评论列表

  • 加载数据中...

编写评论内容

chen10q
发表于 2017-9-23

同问!!

Notice: Undefined index: query_string in /wwwroot/bbs/HY/Lib/Line.php on line 102



    //自动转化get参数

    //http://127.0.0.1:86/?s=thread-11-2.html?order=desc&a=1

    public static function auto_get(){

        $query_string = $_SERVER["QUERY_STRING"];

        if(strpos($query_string,'?') !== false){

            foreach((array)explode('?',$query_string) as $v){

                foreach((array)explode('&',$v) as $vv){

                    $tmp = explode('=',$vv);

                    if(count($tmp==2) && isset($tmp[0]) && isset($tmp[1])){

                        if(!isset($_GET[$tmp[0]]))

                            $_GET[$tmp[0]]=$tmp[1];

  

评论列表

  • 加载数据中...

编写评论内容

ghq540979712
发表于 2017-9-24

把调试模式关了就好了,应该是那个获取是否免金币查看那个写的$id不认

评论列表

  • 加载数据中...

编写评论内容

admin
发表于 2017-9-24

排除插件

评论列表

  • 加载数据中...

编写评论内容
登录后才可发表内容