Home > Backend Development > PHP Tutorial > 一个php的url请求求解

一个php的url请求求解

WBOY
Release: 2016-06-06 20:07:14
Original
1030 people have browsed it

index.php?/promotion/setpromotion url类似这种的 post请求是怎么做的 感觉跟平常的不一样啊

回复内容:

index.php?/promotion/setpromotion url类似这种的 post请求是怎么做的 感觉跟平常的不一样啊

没什么区别,一样,只是url中后面的是直接可以获取的,而不是从$_POST中获取;和调用get方法时的一样。

post请求一般是用表单提交 method设置为post 另外就是用curl请求

Related labels:
php
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