This is a discussion on "Password must be more than 3 char legth" within the PHP Forum section. This forum, and the thread "Password must be more than 3 char legth are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Password must be more than 3 char legth
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Password must be more than 3 char legth
hello guys need help, can give me example to check if password must be more than 5 char length
thanks |
|
|
|
#2
|
|||
|
|||
|
Re: Password must be more than 3 char legth
Use strlen();
Edit..... i didnt really try and print it off... sheesh... do i look dumb :P |
|
#3
|
|||
|
|||
|
Re: Password must be more than 3 char legth
hello
can anybody give me another sample script on password must be more than 3 char.. im struggling here... plss |
|
#4
|
|||
|
|||
|
Re: Password must be more than 3 char legth
Let me talk you through the logic.... strlen() returns a numerical value equal to the length of the string passed into it so.... pass your password into strlen() then use an if else statement to check it is more than 3 chars in length .... Does that make things clearer? edit: just o make things really simple (and cos im a nice person
But seriously.... go and browse the php documentation... its a life saver Last edited by Accurax; May 2nd, 2007 at 08:22. |
|
#5
|
|||
|
|||
|
Re: Password must be more than 3 char legth
hello
thank very much for the response it really helps me, now its clear for me mr. nice guy accurax |
|
#6
|
|||
|
|||
|
Re: Password must be more than 3 char legth
my pleasure
|
![]() |
| Tags |
| password 3 char |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Forgot password and Change password PHP script | Chono | PHP Forum | 4 | May 16th, 2008 09:13 |
| need help with password | VanHype | JavaScript Forum | 2 | May 24th, 2007 12:05 |
| Limitation of 255 char? | Monie | Databases | 1 | Oct 15th, 2004 02:14 |
| search a text FILE BY FIRST CHAR OF WORD | gurbaksh | Flash & Multimedia Forum | 5 | Aug 22nd, 2003 15:51 |