$_POST seems that does not work. I\'ve installed PhpStorm 10.0.3, and using the WAMP server default php interpreter.
$_POST
in the index.php:
&
Try setting the enctype of the form, without it the $_POST array might not be populated as PHP only receives a string of fields without knowing what to do with it:
enctype