05, 09 2010, 08:33:19 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
   Home   Help Search Login Register Weztec home  
Pages: [1]   Go Down
  Print  
Author Topic: PHP: Count Words  (Read 2582 times)
0 Members and 1 Guest are viewing this topic.
Weztec Support Team
Administrator
Newbie
*****
Offline Offline

Posts: 38



View Profile
« on: 06, 07 2007, 04:55:56 PM »

Code:
<?php
      $text 
"This is the text to count";
      
$count count(explode(" "$text));
      echo 
"$text contains $count words";
?>

Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.8 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 0.533 seconds with 18 queries.