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