Since you do not have a form element, the name submit property.
Try using var_dump($_POST) to see the keys that are defined.
Note that files are an exception; they are not included in $_POST ; they are stored in the file system, and they are metadata (location, name, etc.) in the $_FILES .
Artefacto
source share