Page 1 of 1

6 characters or more

Posted: Wed Oct 18, 2006 3:19 pm
by cturner
Can someone please tell me how I can check a form field has 6 characters or more? Thanks in advance.

Posted: Wed Oct 18, 2006 3:20 pm
by feyd

Code: Select all

strlen($foo) >= 6
:wink: