dongtuo0828 2013-04-09 22:38
浏览 24

在表格php上多次提交

On my form I have 3 submit,I want to know the best way to handle these buttons because the default action is the same form:

<form method="POST" action="file_where_form_is.php">
      Name:<input type='text' name='name'>
      <input type='submit' name='add' value='Add Names' ONCLICK='window.location.href="file_where_form_is.php">
      <input type='submit'name='Preview'value='Preview'ONCLICK='window.location.href="file_where_form_is.php">
      <input type='submit' name='submit'value='Submit' ONCLICK='window.location.href="send.php">                                           

</form> 

This not seems to work completely,just the 2 first work and for the last submit does nothing(with name='submit') Any suggestions?

  • 写回答

1条回答 默认 最新

  • douxiangui5011 2013-04-09 23:43
    关注

    I finally found in header part add something like this:

     if(isset($_POST['submit'])){
          header("location: somefile.php");
     }
     elseif(isset($_POST['Preview'])){
           header("location: anotherfile.php");
     }
     elseif(isset($_POST['add'])){
           header("location: anotheronefile.php");
     }
    
    评论

报告相同问题?

悬赏问题

  • ¥100 set_link_state
  • ¥15 虚幻5 UE美术毛发渲染
  • ¥15 CVRP 图论 物流运输优化
  • ¥15 Tableau online 嵌入ppt失败
  • ¥100 支付宝网页转账系统不识别账号
  • ¥15 基于单片机的靶位控制系统
  • ¥15 真我手机蓝牙传输进度消息被关闭了,怎么打开?(关键词-消息通知)
  • ¥15 装 pytorch 的时候出了好多问题,遇到这种情况怎么处理?
  • ¥20 IOS游览器某宝手机网页版自动立即购买JavaScript脚本
  • ¥15 手机接入宽带网线,如何释放宽带全部速度