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

html框架

时间:2019-01-21 13:57:02      阅读:195      评论:0      收藏:0      [点我收藏+]

标签:welcome   form   html   body   meta   server   add   com   orm   

<html>
<body>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<form method="post" action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>">
Name: <input type="text" name="name"><br>
E-mail: <input type="text" name="email"><br>
<input type="submit">
</form>

Welcome <?php echo $_POST["name"]; ?><br>
Your email address is: <?php echo $_POST["email"]; ?>

</body>
</html>

 

后记: 

如果php代码和html需要在同一个页面上 ,文件名后缀要为php

 

html框架

标签:welcome   form   html   body   meta   server   add   com   orm   

原文地址:https://www.cnblogs.com/kaibindirver/p/10298009.html

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