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