If(trim($yourmessage)=="") { $error.="You did not enter a message!<br />"; }
If(empty($_FILES['attachment'])) { $error.="You did not attach a file!<br />"; }