Contact: aviboots(AT)netvision.net.il
41,379 questions
53,922 answers
573 users
$str = 'PHP Programming'; $ch = 'r'; if (strpos($str, $ch) !== false) { echo 'yes'; } else { echo 'no'; } /* run: yes */