zoukankan      html  css  js  c++  java
  • 实现微信文章页面 http://mp.weixin.qq.com/s?__biz=MjM5MDI3OTAwMg==&mid=200337417&idx=1&sn=5959ed1d722c7da66b

    首先发了一篇文章,在微信后台。复制文章链接管理员 保存到数据库


    $notice_list = $db->getAll(" SELECT `title`,`file_url`,`article_id`,`description`,`link` FROM " .$ecs->table("article"). " WHERE `cat_id` =11 AND `is_open`=1 ORDER BY `article_id` DESC limit 0,5");
        $aa = array();
        foreach($notice_list as $k=>$v){
            $aa[$k]['title'] = $v['title'];
            $aa[$k]['Description']= $v['description'];
            $aa[$k]['PicUrl'] = "http://paiangotcwap.e-dar.cn/".$v['file_url'];
            $aa[$k]['url'] = $v['link'];
                                    
        }



    'link '= http://mp.weixin.qq.com/s?__biz=MjM5MDI3OTAwMg==&mid=200337417&idx=1&sn=5959ed1d722c7da66b6df4a3765ea687#rd;

  • 相关阅读:
    sqli-labs(43)
    sqli-labs(42)
    sqli-labs(41) and 两php函数的讲解
    php的mysql语法
    msf
    域的建立过程
    sqli-labs(40)
    sqli-labs(39)
    sqli-labs(38)
    虚拟化之docker
  • 原文地址:https://www.cnblogs.com/hrhguanli/p/5046117.html
Copyright © 2011-2022 走看看