How to code minimum entry

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
adsegzy
Forum Contributor
Posts: 184
Joined: Tue Jul 28, 2009 9:26 am

How to code minimum entry

Post by adsegzy »

My fellow success-oriented people,

i need to code my password field to contain the minimum character of 6 characters and reject any entry lesser than 6 characters. How do i do it?

Regards
adsegzy
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Re: How to code minimum entry

Post by John Cartwright »

User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: How to code minimum entry

Post by Christopher »

Moved to PHP Code.

Please post PHP programming question is the PHP Code forum. The Theory and Design forum is for design discussions only.
(#10850)
Post Reply