PHP a simple way to fill out the release information by step-through example code _php tutorial

Source: Internet
Author: User
1.php
Copy CodeThe code is as follows:


2.php
Copy CodeThe code is as follows:


3.php
Copy CodeThe code is as follows:


4.php
Copy CodeThe code is as follows:
$base 1=$_request[' base1 '];
$base 2=$_request[' Base2 '];
$prcname =$_request[' Prcname '];
$price =$_request[' price '];
$prcXH =$_request[' prcxh '];
$other 1=$_request[' Other1 '];
$other 2=$_request[' Other2 '];

$sql 1= "INSERT INTO [base_table] (BASE1,BASE2) VALUES (' {$base 1} ', ' {$base 2} ')";
$sql 2= "INSERT INTO [prc_table] (PRCNAME,PRICE,PRCXH) VALUES (' {$prcname} ', ' {$price} ', ' {$prcXH} ')";
$sql 3= "INSERT INTO [other_table] (Other1,other2) VALUES (' {$other 1} ', ' {$other 2} ')";
Query ($sql 1);
Query ($sql 2);
Query ($sql 3);

echo "Write complete";
?>

http://www.bkjia.com/PHPjc/325956.html www.bkjia.com true http://www.bkjia.com/PHPjc/325956.html techarticle The 1.php Copy code code is as follows: Form Name=form1 id=form1 method=post action=2.php basic information 1:input type=text NAME=BASE1/basic information 2:input type =text name=base2/input ty ...

  • Related Article

    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.