<?php
$text = "This is some text.";
$count = count(explode(" ", $text));
echo "$text contains $count words";
?>
$text = "This is some text.";
$count = count(explode(" ", $text));
echo "$text contains $count words";
?>
Hello Friends! I am Ramana a part time blogger from Hyderabad.
0 comments:
Post a Comment