instead of checking all my post variables from a form one at a time is there any way to run one check to atleast verify that they are not empty something like
Can't be done like the way you're thinking (as PHP has no way of knowing what values there should be).
But you could it like this: