Blogger Information
Blog 13
fans 0
comment 0
visits 7968
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
11月18日 php作业 线上第九期
大葫芦
Original
497 people have browsed it

1.post传值

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <link rel="stylesheet" href="css/style3.css">
  6. <title>登录页面</title>
  7. </head>
  8. <body>
  9. <div class="container">
  10. <form action="" method="post">
  11. <div class="left">
  12. <h2>这是注册说明</h2>
  13. <p>注册说明的文字,这里一大片文字比较好看注册说明的文字,</p>
  14. <div class="logon"><a href="#">立即注册</a></div>
  15. </div>
  16. <div class="right">
  17. <input type="email" id="email" name="email" placeholder="xx@qq.com">
  18. <input type="password" id="password" name="password" placeholder="请输入6-16位密码">
  19. <button>登录</button>
  20. <a href="#">忘记密码?</a>
  21. </div>
  22. </form>
  23. <?php print_r($_POST) ?>
  24. </div>
  25. </body>
  26. </html>

2.手写作业 学习函数

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