I have more than 30 fields in a form, and can't believe that I must write an array to check if any of them is empty (like
here)
I need something like js
$_POST[].each function{
if this is empty...
}
and hope that 'php' as so glorified
language has something like this or similar.