$_POST in php 5.3.5 does not work

后端 未结 9 1059
不思量自难忘°
不思量自难忘° 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:19

    Have you check your php.ini ?
    I broken my post method once that I set post_max_size the same with upload_max_filesize.

    I think that post_max_size must less than upload_max_filesize.
    Tested with PHP 5.3.3 in RHEL 6.0

提交回复
热议问题