Is there a simpler function to something like this:
if (isset($_POST[\'Submit\'])) { if ($_POST[\'login\'] == \"\" || $_POST[\'password\'] == \"\" || $_P
foreach($_POST as $key=>$value) { if(empty(trim($value)) echo "$key input required of value "; }