美文网首页
表单与php交互

表单与php交互

作者: dab7927433f9 | 来源:发表于2018-10-31 00:30 被阅读16次

<!DOCTYPE html>

<html>

<head>

  <meta charset="UTF-8">

  <title>表单与PHP交互</title>

</head>

<body>

  <form action="http://localhost/MyService/service.php" method="post">

  用户名:<input type="text" name="name" />

  密    码:<input type="password" name="password" />

  <br />

  <input type="submit" value="提交" />

  </form>

</body>

</html>

表单与php交互 表单与php交互 表单与php交互

相关文章

网友评论

      本文标题:表单与php交互

      本文链接:https://www.haomeiwen.com/subject/ebcotqtx.html