Blogger Information
Blog 34
fans 2
comment 0
visits 23183
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
11月18号 POST传值
遗忘了寂寞
Original
503 people have browsed it
  1. <form action="" method="post">
  2. <p>
  3. <label>姓名:</label><input type="text" name="usename" value="" />
  4. </p>
  5. <p>
  6. <label>密码:</label><input type="password" name="password" value="" />
  7. </p>
  8. <p>
  9. <button >登录</button>
  10. </p>
  11. </form>
  12. <?php
  13. if(isset($_POST['usename'])){
  14. echo '您输入的用户名是:' . $_POST['usename'] . ';密码是:' . $_POST['password'];
  15. }
  16. ?>


Correcting teacher:查无此人查无此人

Correction status:qualified

Teacher's comments:完成的不错,继续保持
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post