两个包含的PHP表单互相更新

时间:2013-12-23 20:26:13

标签: php

我是PHP的初学者,当我将它们包含在第三个文件中时,我在两个单独的php文件中有两个单独的表单

在第三个文件中:

      div id ="poll" style="background-color: graytext;position: fixed;top:40%;right:30px             
      "width="100" height="300"action="<? $_SERVER['PHP_SELF'] ?>" method ="Post">

       <?php 
      require("poll.php");
       ?>
       </div>
       <div id="search_bar" style ="position: absolute; right:50%;top:30px">   
        <?php

        require("search_bar.php");

        ?>

现在两个表单都使用Post方法,当我提交一个其他提交时

0 个答案:

没有答案