Home > php教程 > php手册 > body text

PHP和MySQL Web开发(第4版)之第1章1.2.1源代码

WBOY
Release: 2016-06-06 19:58:58
Original
1146 people have browsed it

PHP和MySQL Web开发(第4版)之第1章1.2.1源代码 思考问题:get提交与post提交有哪些不同点?请用文字描述出来。 form action=processorder.php method=post table border=0 tr bgcolor=#cccccc td width=150Item/td td width=150Quantity/td /tr tr tdTires

PHP和MySQL Web开发(第4版)之第1章1.2.1源代码
Copy after login
<strong>思考问题:get提交与post提交有哪些不同点?请用文字描述出来。</strong>
Copy after login
Copy after login
Item Quantity
Tires
Oil
Spark Plugs

PHP和MySQL Web开发(第4版)之第1章1.2.1源代码

-------------------以上文字由  @易枭寒 (yixiaohan121318@gmail.com进行的手工整理。---------------------------

processorder.php

PHP 代码嵌入到 HTML文件中

    
        <title>Bob's Auto Parts - Order Results</title>
    

    
        <h1>Bob's Auto Parts</h1>
        <h2>Order Results</h2>
        <?php echo "<p>order processed at".date('H:i, jS F')."";
        ?>
    

Copy after login

PHP和MySQL Web开发(第4版)之第1章1.2.1源代码


最后,广告时间,有想报 Python 培训 班的, 我个人推荐 智普教育 http://jeapedu.com/,去的时候,就说在网上看到 @易枭寒 推荐的。


Related labels:
source:php.cn
Statement of this Website
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
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!