Hi all,
I can't seem to find a solution for this.
$array=array('1', '2', '3');
$string='76543210';
strpos($string, $array);
Is there such a thing as a strpos() like function that accepts arrays in the "search for" field?
I hope I'm clear enough, it's kind of hard to explain.
Thanks a lot,
Jacob