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

本文介绍了HTML表单中按钮类型的使用方法,强调了将按钮的type属性设置为submit的重要性,以便正确提交表单数据。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

在同一个页面下的代码:

<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='2.php'" value="完成借阅"></td>
</form>
<?php

	echo 'a:'.$_POST[name];

?>
</body>
</html>

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



评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值