Home  >  Article  >  Backend Development  >  微信公众平台开发 怎么实现分步查询?

微信公众平台开发 怎么实现分步查询?

WBOY
WBOYOriginal
2016-06-23 14:21:40863browse

比如有两个菜单,查四级分数和查六级分数,
点四级进去给出提示按1输入考号查询,按2输入身份证号查询,按1进去后再出提示
1查询2011年 2查询2012年 3查询2013年……等等,怎么分布保存用户的输入?
点六级进去也是和四级的一样

请问应该怎么做呢?


回复讨论(解决方案)

微信服务器会发过来用户的用户名
将用户名用作session_id,即调用session_id()函数,再调用session_start();
这样在程序中就可以使用$_SESSION变量来保存用户的输入,供下一次使用

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn