Advertisements
Advertisements
प्रश्न
Write Programs for the following.
Write a PHP code to count no. of words in the given string.
थोडक्यात उत्तर
उत्तर
Coding:
<?php
$a="Hypertext Preprocessor";
echo "<br><br> String is ".$a;
echo" <br><br> Words in String is ".str_word_count($a);
?>
shaalaa.com
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?