如何用php给responseText返回一个数组

PHPz
Release: 2020-09-05 10:45:45
Original
1555 people have browsed it

如何用php给responseText返回一个数组

如何用php给responseText返回一个数组?

问题:

我想实现以下逻辑:

企业微信截图_15925290078073.png

根据以上专业信息,用php,给responseText 返回一个课程信息的二维数组。

请问php那边应该怎么实现呢?

方法:

这个页面采用ajax,把查询信息POST给PHP。

php收到信息以后,入库查询,把相应的课程查出来。

不同时段附上不同的识别号,再把这些信息打印出来,可以用JSON。

前端的JS程序收到信息之后处理并格式化。

更多相关技术文章,请访问PHP中文网

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template