(PCC)::[How-to-Count-the-number-of-words-in-a-string-using-str_word_count()-function-in-php]::[php]
<!DOCTYPE html> <html> <body> <?php echo str_word_count("Hello world!"); ?> </body> </html>