PHP instance code: Determine whether the Form is submitted _ PHP Tutorial

Source: Internet
Author: User
PHP instance code: determines whether the Form is submitted. LieHuo. Net (LieHuo. Net) PHP programming today introduces an article about PHP determining whether to submit the Form. a friend asked this question at the webmaster Q & A forum a few days ago. Fire station building Institute ( Bkjia. Com ) PHP programmingToday, I will introduce an article about PHP determining whether to submit the Form. a friend asked this question in the webmaster Q & A forum a few days ago, and then someone gave the instance code. the code is as follows:

Reference content is as follows:
$ Action = $ HTTP_POST_VARS ["Button1"];
If ($ action = "submit "){
// Execute the form operation
} Else {
// Read the default value
}
?>

In fact, the above code is somewhat complicated and can be simplified:

Reference content is as follows:
If (isset ($ HTTP_POST_VARS ["Button1"]) {
// Execute the form operation
} Else {
// Read the default value
}
?>

Pipeline (LieHuo. Net) PHP programming today to introduce an article about PHP to determine whether to submit the Form, the previous day in the webmaster Q & A Forum saw a friend asked this question, then...

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.