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.
$_POST
This is the HTML file :
Have you check your php.ini ? I broken my post method once that I set post_max_size the same with upload_max_filesize.
post_max_size
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