if ( $opt1 == "" ) { $errors[] = "M or Mme in the text box"; $wrong['Civilité'] = TRUE; }
if ( $opt1 == "" ) { $errors[] = "M or Mme in the text box"; $wrong['opt1'] = TRUE; }
if ( $opt1 !== "" && ( strstr( $opt1, "M" )== FALSE ) ) { $errors[] = " M or Mme possible"; $wrong['opt1'] = TRUE; }