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

一个php的url请求求解

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 20:07:14
Original
1072 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
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template