Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

how to count no of words in a string in php without using string functions

echo "".count(explode(" ","Sushant Shivam Sumit"));
 
PREVIOUS NEXT
Tagged: #count #words #string #php #string #functions
ADD COMMENT
Topic
Name
4+4 =