Shecky
02-07-2003, 10:17 PM
I want to make sure the value of $f_userkey and $f_passkey are each at least 3 characters in length. Whats a simple way to do this?
:mad:
:)
:rolleyes:
:mad:
:)
:rolleyes:
|
||||
field length for newbie :)Shecky 02-07-2003, 10:17 PM I want to make sure the value of $f_userkey and $f_passkey are each at least 3 characters in length. Whats a simple way to do this? :mad: :) :rolleyes: firepages 02-07-2003, 11:26 PM <? if((strlen($f_userkey)>=3) && (strlen($f_passkey)>=3)){ //ok } ?> |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum