php $_POST array empty upon form submission

前端 未结 27 2668

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 09:45

    Make sure you use name="your_variable_name" in input tag.

    I mistakenly use id="your_variable_name".

    I spent much time to catch the bug.

提交回复
热议问题