6 characters or more
Posted: Wed Oct 18, 2006 3:19 pm
Can someone please tell me how I can check a form field has 6 characters or more? Thanks in advance.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
strlen($foo) >= 6