帖子菜单

页头错误求解

501771728 2017-9-21

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

501771728

# 1楼 2017-9-21 点评

这是什么原因?

chen10q

# 2楼 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

# 3楼 2017-9-24 点评

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

admin

# 4楼 2017-9-24 点评

排除插件

踩 (0)
赞 (1)
查看 (3894)
登陆后才可发表内容