In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/03 Report--
What this article shares with you is about how php should judge whether it is a get request or an post request. The editor thinks it is very practical, so I share it with you to learn. I hope you can get something after reading this article.
The variable "$_ SERVER" in php can be used to determine whether it is a get or post request, with the syntax "if ($_ SERVER ['REQUEST_METHOD'] =' GET')" or "if ($_ SERVER ['REQUEST_METHOD'] =' POST')".
Operating environment of this tutorial: windows7 system, PHP7.1 version, DELL G3 computer
In practice, GET is used to fetch data, such as what page to jump to, to make some logical judgments.
POST is mostly form submission. It is not recommended to use GET when using forms, unless, as I said above, you have to act to get data. GET is a little easier to understand logically.
PHP, on the other hand, is very simple, unifying GET and POST, and simply putting them into one variable. You no longer have to understand the logic of the whole request. So in php, you seldom think about whether to use post or get.
PHP is the correct way to determine whether the request type is POST or GET
$_ SERVER ['REQUEST_METHOD']
A simple PHP determines whether the request type is POST or GET sample code:
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.