Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Check length of string

Status
Not open for further replies.

funkygeezer1975

Technical User
Dec 14, 2004
22
GB
Is there a way to check the legnth of a string?
I need to check that its length is 11 characters long.
Any help would be much appreciated.
 
Code:
if (strlen($text)!= 11){ 
  echo "incorrect";
}else{
  echo "ok";
}

Bastien

I wish my computer would do what I want it to do,
instead of what I tell it to do...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top