is strpos can handle multiple patterns?for example i want to know if a string contains a word google or yahoo??? i need to get urls from which they dont have any google or yahoo word on it to be able to save it to an array...
You probably would be better suited looking into regular expressions. Check out preg_match() in the PHP function list.