DukeeH
Active Member
- Joined
- Dec 6, 2010
- Messages
- 550
- Solutions
- 3
- Reaction score
- 39
Code:
if (!preg_match('/[^A-Za-z]/', $_POST['other_char'])) {
how to fix it?
nevermind.
if (!preg_match('/[^A-Za-z ]/', $_POST['other_char'])) {
Last edited: