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

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

WBOY
WBOYOriginal
2016-06-06 19:58:581148Durchsuche

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/,去的时候,就说在网上看到 @易枭寒 推荐的。


Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn