表单上的新安装Cpanel按钮不发布

时间:2016-03-10 08:34:20

标签: button post methods cpanel

我试图在谷歌搜索但没有结果...... 我的php项目在许多cpanel上运行没有错误/警告,但昨天在新安装cpanel我遇到了这个问题,无法解决它..

 <form role="form" method="post">
      <div class="col-lg-3" style="margin-bottom: 10px;">
               <button name="cash"  valeu="0"
              class="btn btn-info btn-sm btn-block">Button</button>
         <input type="hidden" value="7" id="days" name="days">
      </div>
    </form>

<?php
if (isset($_POST['cash']))
{
echo 'Button Working';
}
?>

1 个答案:

答案 0 :(得分:1)

解决方案再次使用php 5.6在php 5.6上构建easyapache不工作dunno为什么......