关于使用微擎开发微信时调用PHP文件失败 5

求大神帮忙看以下语句哪里不符合微擎的要求,多谢了,很急!<?phpinclude'conn.php';MYSQL_select_db("lkdwy");header("C... 求大神帮忙看以下语句哪里不符合微擎的要求,多谢了,很急!
<?php
include 'conn.php';
MYSQL_select_db("lkdwy");
header("Content-type:text/html;charset=GB2312");
$panding=pdo_fieldexists('tb_user',$this->message['from']);
if ($panding)
{
$result=mysql_query("select * from tb_user where id=".$this->message['from'],$conn);
while ($myrow=mysql_fetch_row($result))
{
$ans="$myrow[2]."您好"."您的学号".$myrow[1]."您的号码".$myrow[3]."您的地址".$myrow[4].$myrow[5]";
return $this->respText($ans);
}

}
else
{
$dth=array();
$dth[]=array('title'=>'点击这里注册','url'=> 'http://118.50.38.134/wx/source/modules/userapi/api/user.html');
return $this->respNews($dth);
}
?>
展开
 我来答
shen000love
2015-08-22 · TA获得超过394个赞
知道小有建树答主
回答量:520
采纳率:0%
帮助的人:266万
展开全部
return $this->respText($ans);
这不是类的内部 不能使用$this
本回答被网友采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式