Contact: aviboots(AT)netvision.net.il
39,884 questions
51,810 answers
573 users
$text= "Audio Drivers Download"; $filename = "e:/error_log.txt"; $contents = file_get_contents($filename); if (strpos($contents, $text) !== false) echo "found"; else echo "not found"; /* run: found */