The PHP website created by its users!
Home
»
PHP » Countwords in a var
|
Countwords in a var
| Author | |
| Description | Use this to find the number of words in a variable |
| Rating | (3 votes) |
PHP Code
<?php
$no_of_terms = count($search_terms);
?>
Comments
No comments posted yet.
|