Home  >  Article  >  php教程  >  PHP和MySQL Web开发(第4版)之第1章1.2.1源代码

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

WBOY
WBOYOriginal
2016-06-06 19:58:581147browse

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源代码
<strong>思考问题:get提交与post提交有哪些不同点?请用文字描述出来。</strong>

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')."";
        ?>
    


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


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


Statement:
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