HTTP defines different ways to interact with the server, with 4 basic methods, namely get,post,put,delete. URL full name is a resource descriptor, we can think: a URL address, which is used to describe a network of resources, and HTTP
HTTP defines different ways to interact with the server, with 4 basic methods, namely get,post,put,delete. URL full name is a resource descriptor, we can think: a URL address, which is used to describe a network of resources, and HTTP
: This article mainly introduces POST and GET based on PHP. For more information about PHP tutorials, see. Difference between post and get
Important:
* When Post is used to transmit data, it does not need to be displayed in the URL, but the Get
HTTP defines different ways to interact with the server, with 4 basic methods, namely get,post,put,delete. URL full name is a resource descriptor, we can think: a URL address, which is used to describe a network of resources, and HTTP
HTTP defines different ways to interact with the server, with 4 basic methods, namely get,post,put,delete. URL full name is a resource descriptor, we can think: a URL address, which is used to describe a network of resources, and HTTP
PHP analog post submission data, a lot of useful, can be used for site collection, landing and so on
Log in as a program login as an example
function Bbslogin ($user _login, $password, $host, $port = "80") {
Post
HTTP defines different ways to interact with the server, with 4 basic methods, namely get,post,put,delete. URL full name is a resource descriptor, we can think: a URL address, which is used to describe a network of resources, and HTTP
HTTP defines different methods for interaction with the server. There are four basic methods: Get, post, put, and delete. The full name of a URL is a resource descriptor. We can think that a URL address is used to describe resources on a network,
I. Differences of principles
Generally, you can enter a URL in your browser to access resources by using the get method. In form submission, you can specify the submission method as get or post, by default, get submits HTTP and defines different
[Post] thoughts on developing mathematical softwareTransfer from the Research Forum. If you are interested, you can continue the discussion!Http://bbs.matwav.com/post/view? Bid = 12 & id = 11745 & sty = 1 & TPG = 3 & age = 30
Author
Reference to:the difference between post and get in an HTTP request HTTP defines different ways to interact with the server, with 4 basic methods, namely get,post,put,delete. URL full name is a resource descriptor, we can think: a URL address,
HTTP defines different ways to interact with the server, with 4 basic methods, namely get,post,put,delete. URL full name is a resource descriptor, we can think: a URL address, which is used to describe a network of resources, and HTTP
1. Get method Length limitThere is no limit to the length of data submitted by the HTTP GET method, and the HTTP protocol specification does not limit the URL length. This restriction is restricted to specific browsers and servers.For example, ie
Jquery.get () Method:$.get (Url,data,success (RESPONSE,STATUS,XHR), DataType)This function is shorthand for the Ajax function, which is equivalent to:[JavaScript]View PlainCopy
$.ajax ({
Url:url,
Data:data,
Success:success,
PHP simulates post data submission method summary, and phppost submits Summary
Although php is used to simulate post-based value transfer in daily life, it is often used in some occasions. The following is a compilation of three php methods for
There are 5 Differences Between get and post methods in Form submission.
1. Get is to get data from the server, and post is to send data to the server.
2.Get adds the parameter data queue to the URL referred to by the Action attribute of the
The get method and post method in HTTP protocol are different. The original text in rfc1945 is as follows:
8.1 get
The get method means retrieve whatever information (in the form ofEntity) is identified by the request-Uri. If the request-Uri
Transferred from: http://www.cnblogs.com/hyddd/HTTP defines different ways to interact with the server, with 4 basic methods, namely get,post,put,delete. URL full name is a resource descriptor, we can think: a URL address, which is used to describe
This is a creation in
Article, where the information may have evolved or changed.
First write a server that can receive the POST request:
Package Mainimport ("FMT" "Net/http") func Main () {http. Handlefunc ("/postpage", func (w http).
HTTP defines different ways to interact with the server, with 4 main methods, each of which is get,post. Put,delete.The URL full name is a resource descriptive descriptor. We can feel this: a URL address, which is used to describe a network of
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.