do u have any code yet? if so post it..
lets say the variable for Company Name is $CoName and the variable for Name is $Name. THe Email is $Email and Confirm Email is $CoEmail you could use an if statement to check if they are full i.e.
if($CoName != "" && $Name != "" || $Email !== $CoEmail )
{ echo "Error!!";
}
elseif
{ //continue on with code
}
that might give u a start... im at work so i dont have much time to test it but i can help ou more later if u giveme som feedback..
-Chizzad