1. else
  2. {
  3. if ( isset($_POST['val0') )
  4. {
  5. echo "ERROR: You left a field blank.";
  6. }
  7. }