php $_POST array empty upon form submission

前端 未结 27 3118

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:04

    My problem was that I was using the HTML tag to change the base URL of my test site. Once I removed that tag from the header, the $_POST data came back.

提交回复
热议问题