Counting Letters Using Php
- Forums
- PHP
- Counting Letters Using Php
This Page Contains information about Counting Letters Using Php By number in category PHP with 1 Replies. [2020], Last Updated: Mon Jun 24, 2024
number
Thu Apr 24, 2008
1 Comments
360 Visits
do you have a script in php where i can use to count the number of letters in a string
for example i have a string called
$string = 'my name is webune';
as you can see, i have 18 characters in that string
$string = "Webune Web Hosting";
$num_char=strlen($string);
echo $num_char;
?>
https://www.webune.com/forums/counting-letters-using-php.html