Function of the enctype attribute of form labels, formenctype
Enctype is the encoding type used by the browser when data is sent back to the server. The encoding types include:
1. application/x-www-form-urlencoded
This is the default encoding type
Enctype is encodetype translation into Chinese is the meaning of the encoding type! Multipart/form-data refers to the form of data has a number of parts: Both text data, as well as the meaning of binary data such as files.It is also important to
Enctype is the encoding type used by the browser when data is sent back to the server. The encoding types include:
1. Application/X-WWW-form-urlencoded
This is the default encoding type when data is sent through a form. When the enctype attribute
For a php://input introduction, the PHP Official Handbook document has a very clear overview of it.
"Php://input allows to read raw POST data. It is a less memory intensive alternative to $HTTP _raw_post_data and does no need any special php.ini.
There are three types of enctype form
application/x-www-form-urlencoded
Encode all characters before sending (default)
Multipart/form-data
Character encoding is not.You must use this value when you use a form
About Form enctype= "Multipart/form-data"
Recently there is a volunteer, put forward let me use PHP to do web development, have a look at PHP related syntax, it seems not too difficult, in the Win7 IIS installed use, file read and write no problem,
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: // input introduction to the PHP input stream php: // input when using xml-rpc, the server obtains client data, mainly through the php input stream input, instead of the $ _ POST array. So here we will mainly discuss the php
PHP input stream php: // input when xml-rpc is used, the server obtains client data, mainly through the php input stream input, rather than the $ _ POST array. So here we will mainly discuss the introduction of php input stream php: // input to a
When using xml-rpc, the server obtains client data mainly through the php input stream input instead of the $ _ POST array. Therefore, we will mainly discuss the introduction of php input stream php: input to php: input. The official PHP Manual
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.