$_POST in php 5.3.5 does not work

后端 未结 9 1049
不思量自难忘°
不思量自难忘° 2021-01-07 02:17

I\'m working on a page in PHP 5.3.5, and it seems that $_POST doesn\'t contain the data submitted from my form.

This is the HTML file :

         


        
9条回答
  •  囚心锁ツ
    2021-01-07 03:05

    Try to see what's really in there. There's no way $_POST is broken - it's gonna be something else. Possibly a server setting could be disabling $_POST.

提交回复
热议问题