PHP: Get form data and embed HTML into PHP scripts, form php

Source: Internet
Author: User

PHP: Get form data and embed HTML into PHP scripts, form php
When php accepts information submitted through an HTML form, it saves the submitted data in a Global Array. We can call the system-specific automatic global variable array to obtain these values. Common automatic global variables are as follows:
1,GETMethod
Function: get the data submitted in get mode.
Format: $ _ GET ["formelement"]
2,POSTMethod
Function: obtains the data submitted in post mode.
Format: $ _ POST ["formelement"]
3,REQUESTMethod
Function: obtain the data submitted in any way. The $ _ REQUEST automatic global variable contains all the GET, POST, COOKIE, and FILE data. If you do not care about the data source.
Format: $ _ REQUEST ["formelement"]

Check box and list box (the name is in the form of an array, for example, "select []". You can directly use $ _ POST ["select"] to obtain its value)

<! Doctype html> 

Copyright Disclaimer: This article is an original article by the blogger and cannot be reproduced without the permission of the blogger.

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.