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
i want to know if there is a way to count how many letters a string has in php?

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:
$string = 'wallpaperama';
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