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 :
You have not POSTed, or something is clobbering $_POST.
If you have no mention of $_POST in your code before trying to access them, then you haven't POSTed to your script.