首頁 > php教程 > php手册 > 主體

php中如何在同一页面下接收表单数据

PHPz
發布: 2018-09-30 16:06:37
轉載
1432 人瀏覽過

在同一个页面下的代码:

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>

<body>
<form id="form1" name="form1" method="post" action="2.php">
  <label for="name">name</label>
  :
  <input type="text" name="name" id="name" />
<!-- <input type="submit" name="button" id="button" value="提交" />-->
      <input name="Button2" type="submit" class="btn_grey" id="Button2" onClick="window.location.href=&#39;2.php&#39;" value="完成借阅"></td>
</form>
<?php

	echo &#39;a:&#39;.$_POST[name];

?>
</body>
</html>
登入後複製

上面的代码中,最重要的是把按钮的type设置为submit,如果是button是接收不到数据的!

更多相关教程请访问 php编程从入门到精通全套视频教程

相關標籤:
來源:csdn.net
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門推薦
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!