validation
Moderator: General Moderators
validation
(!preg_match('/[a-zA-Z]/', $_POST['interest']) I would like my validation is letter and space ( in any position) how can I handle that?
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: validation
on this case all the empty input , I don't want the empty input , I only want a lease one letter , and you can have space between letter
Thankyou
Thankyou