Contact: aviboots(AT)netvision.net.il
40,891 questions
53,304 answers
573 users
$string ='PHP Java C'; if (ctype_alpha(str_replace(' ', '', $string)) === false) { echo "no"; } else { echo "yes"; } /* run: yes */