您好,欢迎访问一九零五行业门户网

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

在同一个页面下的代码:
<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是接收不到数据的!
更多相关教程请访问 php编程从入门到精通全套视频教程
其它类似信息

推荐信息