php $_POST array empty upon form submission

前端 未结 27 3120

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

    In my case (php page on OVH mutualisé server) enctype="text/plain" does not work ($_POST and corresponding $_REQUEST is empty), the other examples below work. `

    `

    More here: method="post" enctype="text/plain" are not compatible?

提交回复
热议问题