how to find string lenth count string letters characters php
RegisterLogin
how to find string lenth count string letters characters php
Post Description: how to find string lenth count string letters characters php
Tags: how, to, find, string, lenth, count, string, letters, characters, php
This Post Was Posted On Feb 29, 2008 By mariosd457 #1297
Post Description: how to find string lenth count string letters characters php
Tags: how, to, find, string, lenth, count, string, letters, characters, php
This Post Was Posted On Feb 29, 2008 By mariosd457 #1297
how to find string lenth count string letters characters php by mariosd457
please help.
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
hostman
#1725 1
you can use the strlen() php function
example:
PHP CODE:
OUTPUT
as you can see from the example here, the word wallpaperama has 12 characters in length
example:
PHP CODE:
$string = 'wallpaperama';
echo strlen($string);
echo strlen($string);
OUTPUT
12
as you can see from the example here, the word wallpaperama has 12 characters in length
Feb 15, 2008 Reply Report abuse
©2011 Webune Forums - Thu Dec 22, 2011 6:37 am
Powered by: Webune Forums V3
Powered by: Webune Forums V3