Contact: aviboots(AT)netvision.net.il
41,321 questions
53,836 answers
573 users
$str = 'PHP is a general-purpose scripting language geared towards web development'; echo str_word_count($str); /* run: 10 */