首页 > 作文

php微信公众号开发之简答题

更新时间:2023-04-06 16:57:27 阅读: 评论:0

本文实例为大家分享了php微信公众号开发简答题的具体代码,供大家参考,具体内容如下

简答题

array(“第5页 第1个字” => “王”,”第8页 第1个字” => “李”,”第30页 第1个字” => “周”,)array_rand($array,1)数据库建立二级菜单

核心代码如下:

public function responmsg()  {    //get post data, may be due to the different environments    $poststr = $globals["http_raw_post_data"];    //extract post data    if (!empty($poststr)){        $postobj = simplexml_load_string($poststr, 'simplexmlelement', libxml_nocdata);        $fromurname = $postobj->fromurname;        $tourname = $postobj->tourname;        $type = $postobj->msgtype;        $customevent = $postobj->event;        $latitude = $postobj->location_x;        $longitude = $postobj->location_y;        $keyword = trim($postobj->content);        $time = time();        $texttpl = "<xml>              <tourname><![cdata[%s]]></tourname>              <fromurname><![cdata[%s]]></fromurname>              <createtime>%s</createtime>              <msgtype><![cdata[%s]]></msgtype>              <content>%s</content>              <funcflag>0</funcflag>              </xml>";         include("coon.php");              if($keyword=="8")        {          $array=array("第5页第1个字"=>"王","第8页第1个字"=>"李","第30页第1个字"=>"周");          $a=array_rand($array,1);          $b=$array[$a];          $contentstr=$a."是什么?";          $sql="inrt into `menu2` (`id` ,`ur` ,`c`,`answer`)values (null , '{$fromurname}', '8','{$b}')";          mysql_query($sql);        }          el        {          $sql="lect * from `menu2` where `ur`= '{$fromurname}'";          $query=mysql_query($sql);          $rm=mysql_fetch_array($query);          $c=$rm['c'];          $answer=$rm['answer'];             if($c=="8")          {            if($keyword==$answer)            {              $co冒险岛名字ntentstr="你的答案是正确的,视频代码下载地址为....";            }            el            {              $contentstr="你的答案不正确,请购买《微信公众平台搭建与开发揭秘》";            }          }          el           {            $contentstr="请先输入8";          }        }        $msgtype="text";        $resultstr = sprintf($texttpl, $fromurname, $tourname, $time, $msgtype, $contentstr);        echo $resultstr;    }  }

coon.php:连接数据库代码如下:

<?php    //用 户 名 : $ur    //密  码 : $pwd    //主库域名 : $host    //从库域名 : sae_mysql_host_s    //端  口 : $port    //数据库名 : $dbname    $dbname = "app_dq095";    $host = "w.rdc.sae.sina.com.cn";    $port = "3306";    $ur = "4k514n103z";    $pwd = "2402314li2j1i5im1xy2xizj5y332w2x41k2z203";    /*接着调用mysql_connect()连接服务器*/    // 连主库    $db = mysql_connect($host,$ur,$pwd);    if(!$db){      die("connect rver failed: " . mysql_error($db));    }    /*连接成功后立即调用mysql_lect_db()选中需要连接的数据库*/    if (!mysql_lect_db($dbname)) {      die("lect databa failed: " . mysql_error($db));    }    mysql_query("t names utf-8",$db);     /*至此连接已完全建立,就可对当前数据库进行相应的操作了*/    /*!!!注意,无法再通过本次连接调用mysql_lect_db来切换到其它数据库了!!!*/    /* 需要再连接其它数据库,请再使用mysql_connect+mysql_lect_db启动另一个连接*/    /**       * 接下来就可以使用其它标准php mysql函数操作进行数据库操作    */

index.php整体代码如下:

<?php/** * wechat php test *///define your tokendefine("token", "weixin");$wechatobj = new wechatcallbackapitest();$wechatobj->responmsg();class wechatcallbackapitest{  public function valid()  {    $echostr = $_get["echostr"];    //valid signature , option    if($this->checksignature()){      echo $echostr;      exit;    }  }  public function responmsg()  {    //get post data, may be due to the different environments    $poststr = $globals["http_raw_post_data"];    //extract post data    if (!empty($poststr)){        $postobj = simplexml_load_string($poststr, 'simplexmlelement', libxml_nocdata);        $fromurname = $postobj->fromurname;        $tourname = $postobj->tourname;        $type = $postobj->msgtype;        $customevent = $postobj->event;        $latitude = $postobj->location_x;        $longitude = $postobj->location_y;        $keyword = trim($postobj->自然因素;content);        $time = time();        $texttpl = "<xml>              <tourname><![cdata[%s]]></tourname>              <fromurname><![cdata[%s]]></fromurname>              <createtime>%s</createtime>              <msgtype><![cdata[%s]]></msgtype&过中秋节作文400字左右gt;              <content>%s</content>              <funcflag>0</funcflag>              </xml>";         include("coon.php");              if($keyword=="8")        {          $array=array("第5页第1个字"=>"王","第8页第1个字"=>"李","第30页第1个字"=>"周");          $a=array_rand($array,1);          $b=$array[$a];          $contentstr=$a."是什么?";          $sql="inrt into `menu2` (`id` ,`ur` ,`c`,`answer`)values (null , '{$fromurname}', '8','{$b}')";          mysq关于祖国的手抄报l_query($sql);        }          el        {          $sql="lect * from `menu2` where `ur`= '{$fromurname}'";          $query=mysql_query($sql);          $rm=mysql_fetch_array($query);          $c=$rm['c'];          $answer=$rm['answer'];             if($c=="8")          {            if($keyword==$answer)            {              $contentstr="你的答案是正确的,视频代码下载地址为....";            }            el            {              $contentstr="你的答案不正确,请购买《微信公众平台搭建与开发揭秘》";            }          }          el           {            $contentstr="请先输入8";          }        }        $msgtype="text";        $resultstr = sprintf($texttpl, $fromurname, $tourname, $time, $msgtype, $contentstr)西南科技大学在哪;        echo $resultstr;    }  }  private function checksignature()  {    $signature = $_get["signature"];    $timestamp = $_get["timestamp"];    $nonce = $_get["nonce"];      $token = token;    $tmparr = array($token, $timestamp, $nonce);    sort($tmparr);    $tmpstr = implode( $tmparr );    $tmpstr = sha1( $tmpstr );    if( $tmpstr == $signature ){      return true;    }el{      return fal;    }  }}?>

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持www.887551.com。

本文发布于:2023-04-06 16:57:25,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/zuowen/f405c5e7944ab55ebd52ceade93332d0.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

本文word下载地址:php微信公众号开发之简答题.doc

本文 PDF 下载地址:php微信公众号开发之简答题.pdf

标签:个字   数据库   代码   答案
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图