Good articles... Inniu ~ (Partition _ tables)
Http://www.cnblogs.com/skynet/archive/2010/05/18/1738301.html
Introduction
I think anyone who is familiar with the HTTP protocol can give a reason. But if I ask you what HTTP request methods are
In the process of writing code, get and post are two different ways of committing. Below, the two different ways are listed.Method/Step
Get is the data that is fetched from the server, and post is the data that is sent to the server.
Get is
Ajax in jquery has two data sending modes, one is get and the other is post ().
JQuery Ajax Reference Manual
Instance
Request test.php Web page, ignore return value:
$.post ("test.php");
Tiy instance
Change the text of a DIV element through an
From: http://www.cnblogs.com/zhishan/articles/2441893.htmlgetand postdifferentiate and use
Many people cannot tell the difference between get and post, and when to use get? When to use post?Both get and post Methods send data to the server, but
I am not busy with my recent work. I would like to take some time to learn about Ajax and learn from my previous experiences.
ArticleSource: http://www.cnblogs.com/oneword/archive/2011/06/04/2072593.html
Preface:
The first
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
1. In form, you can use post or get. They are all valid values of method. However, the post and get methods are at least two different in use:1. The get method transmits user input through URL requests. The post method is in another form.2. You need
One principle Difference
Generally in the browser to enter the URL access resources are through the get way, in form submission, you can specify the way to submit by using method for Get or post, the default is to submit
HTTP defines different
Difference between post and get
Isn't there a large string in the post address bar? Something like bjnghfgreygtIf it is get, it will appear1. The get method uses a URL request to transmit user data. Each field name and its content in the
Recently I learned jquery and used its post method to request data from the server. The server returns data in JSON format. It looks very simple, but there are a lot of inexplicable problems. The main reason is that the first study is too unfamiliar,
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.