3.Count no of words in a string by using PHP ?
Program:-
<?php
echo str_word_count("Hello world!");
?>
0 Comments