I'm getting syntax error, unexpected '{'
in the following line:
} elseif (!preg_match('/^[a-zA-Z ]*$/',$msz['letters']) {
What am I missing here?
I'm getting syntax error, unexpected '{'
in the following line:
} elseif (!preg_match('/^[a-zA-Z ]*$/',$msz['letters']) {
What am I missing here?