php $_POST array empty upon form submission

前端 未结 27 3349

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

    Make sure that the name property of each field is defined.

    This create you an empty POST on PHP

    
    

    But, this will work

    
    

提交回复
热议问题