Closed dontub closed 6 years ago
Before a string containing both letters and numbers was treated wrong in the first check because ctype_alpha() returns false in that case.
ctype_alpha()
Before a string containing both letters and numbers was treated wrong in the first check because
ctype_alpha()
returns false in that case.