I used POST as the method, but why not use the GET method? First, let’s take a look at the difference between POST and GET value transfer: When Post transmits data, it does not need to be displayed in the URL, while Get"/> I used POST as the method, but why not use the GET method? First, let’s take a look at the difference between POST and GET value transfer: When Post transmits data, it does not need to be displayed in the URL, while Get">

Home >Backend Development >PHP Tutorial >Platform_driver_register passes the value through POST or GET under php

Platform_driver_register passes the value through POST or GET under php

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-07-29 08:38:091117browse

Careful friends must have noticed that there was such a program in the last topic on passing parameters between PHP pages:


I used POST for the method, but Why not use GET method?
First, let’s take a look at the difference between POST and GET value transfer:
When Post transmits data, it does not need to be displayed in the URL, while the Get method must be displayed in the URL.
Post transmits a large amount of data, which can reach 2M, while the Get method can only transfer about 1024 bytes due to the URL length limit.
Generally speaking, we use POST value transfer as the first choice, which is safer.
This article is reproduced from www.cenusblog.com

The above introduces whether platform_driver_register is used to transfer values ​​​​through POST or GET under PHP, including the content of platform_driver_register. I hope it will be helpful to friends who are interested in PHP tutorials.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn