php $_POST array empty upon form submission

前端 未结 27 3346

I have a custom CMS i\'ve built that works perfectly on my dev box (Ubuntu/PHP5+/MySQL5+).

I just moved it up to the production box for my client and now all form su

27条回答
  •  夕颜
    夕颜 (楼主)
    2020-11-22 10:02

    If you are posting to a index.php file in a directory for example /api/index.php make sure in your form you specify the full directory to the file e.g

    This

    OR

    works.

    But this fails

提交回复
热议问题