Php: input is also a data submission method, but we seldom use php: input for data submission, so php: what is the difference between input and our common POSTGET data submission methods? Let's take a look at this article. Php: // input is also a
PHP input Stream Php://inputWhen using XML-RPC, the server gets the client data, mainly through the PHP input stream, rather than the $_post array. So, here's the main discussion of PHP input stream php://inputFor the php://input introduction, the
Why does php form submission use the get method to submit and obtain values, but the post method cannot be obtained? Notice: Undefinedindex: abcinC: xampphtdocsphpstromhello is always displayed. phponline2; that is to say, the post method fails to
Php reply content: the $ _ GET and $ _ POST functions obtain the pass value from the GET or POST request in the php program. The GET request can see the pass value in the address bar, the post request will pass the value in the entity-body (message
PHP-based POST, GET, and phppostget. The difference between POST and GET, phppostgetpost, and get based on PHP: *. when the Post transmits data, it does not need to be displayed in the URL, but the Get method should be displayed in the URL. *. A
Ec (2); php tutorial $ _ post function and $ _ get function details 1. get is to get data from the server, and post is to transfer data to the server; & nbsp; & nbsp; 2. get adds the data in the form to the url pointed to by action in the form of
As a computer system, input as a non-core device is indispensable, such as hardware, software is also the case. Imagine a powerful computer without input, unlike a piece of scrap iron that only consumes electricity and makes a buzzing noise. 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
When we access the server using Ajax without reloading the page, we have two options to transfer the request information to the server. The two options are GET and POST.
When sending request information to the server to load a new page, there are
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.