The previous section describes how to use the PHP super variable $ _ GET to obtain HTML Form data. This section describes how to use the PHP super variable $ _ POST to obtain HTMLForm data.
The previous section describes how to use the PHP super
[ASP. NET Web API tutorial] 5.2 send HTML form data: URL-encoded form data, api5.2
Note: This article is part of the [ASP. NET Web API series tutorial]. If this is the first time you read this series of tutorials, read the previous content first.5.2
When the method of HTML Form is get, $ _ GET is used to obtain the data of HTML Form.
When the method of HTML Form is post, $ _ POST is used to obtain the data of HTML Form.
For the difference between get and post of HTML Form, see the difference
When the method of HTML Form is get, $ _ GET is used to obtain the data of HTML Form.When the method of HTML Form is post, $ _ POST is used to obtain the data of HTML Form.For the difference between get and post of HTML Form, see the difference
The difference between get and post in a form submission is 5 points 1.get is the data retrieved from the server, and post is the data that is sent to the server. 2.get is to add the parameter data queue to the URL that the Action property of the
This article will introduce you to the get and post instances of PHP form submission data. For more information, see reference.
1. What is a form?
A form is simply a form tag. That is, .
2. Functions of forms
A form collects data submitted by the
PHP form submit data get, post instance details. This article will introduce you to the get and post instances of PHP form submission data. For more information, see reference. 1. what is a form? Simply put, this article will introduce you to a
This article to introduce an introductory tutorial on PHP form submission Data Get,post instance, there is a need to understand the students can enter the reference.
1. What are forms
The so-called form, said the simple point is a pair of form tags.
1. What is a form?A form is simply a form tag. That is, .2. Functions of formsA form collects data submitted by the client and submits the data to the server.For example, when logging on to a website, you need to enter your username and password to
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.