if (!ereg("[a-Z]", $first) || !ereg("[a-Z]", $last)) {
if (!ereg("^[[:alpha:]]{4,6}$", $first) || !ereg("^[[:alpha:]]{4,6}$", $last)) {