在表单上全新安装 Cpanel 按钮不是 Post

Fresh Install Cpanel Button on form not Post

我试图在 google 上搜索,但没有结果... 我的 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';
}
?>

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