jquery - php一般大家用什么实现http的提交和获取返回的数据?

WBOY
Release: 2016-06-06 20:22:19
Original
1417 people have browsed it

php一般大家用什么实现http的提交和获取返回的数据?

现在需要像一个网址提交数据,然后该网址会返回数据。需要根据返回的数据进行操作。
这个过程不能手动提交,刷新。

大家一般用什么做比较好。最好说明各种的优缺点,谢谢。

回复内容:

php一般大家用什么实现http的提交和获取返回的数据?

现在需要像一个网址提交数据,然后该网址会返回数据。需要根据返回的数据进行操作。
这个过程不能手动提交,刷新。

大家一般用什么做比较好。最好说明各种的优缺点,谢谢。

这个和PHP有关系吗?

ajax可以完成的事情。

PHP发起http请求肯定用curl啊

以http协议提交,就是Get 和Post 用的多
返回数据就是xml 和 json(现在json 用的更多)
动态刷新应该是ajax

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