码迷,mamicode.com
首页 > Web开发 > 详细

html5学习之路_006

时间:2015-08-31 00:48:24      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:

表单与php交互

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>表单与php交互</title>
</head>
<body>
    <form action="http://localhost/MyServe/Service.php" method="get">
        用户名:<input type="text" name="name">
        密  码:<input type="password" name="password">
        <input type="submit" value="提交">
    </form>
</body>
</html>

action为服务器地址,提交方式methon为get。action从php处得到,如下图:

技术分享

 

设定用户名和密码

技术分享

 

重新运行,得到结果:

技术分享

 

技术分享

这样就实现了表单与php的交互

 

 

技术分享

 

本站文章为 宝宝巴士 SD.Team 原创,转载务必在明显处注明:(作者官方网站: 宝宝巴士 

转载自【宝宝巴士SuperDo团队】 原文链接: http://www.cnblogs.com/superdo/p/4771928.html

html5学习之路_006

标签:

原文地址:http://www.cnblogs.com/superdo/p/4771928.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!