ereg($pat, $str, $out) works fine if count($out)<10. But, I have a query that needs to extract more than 10 entities. Can it be done with ereg() or do I need to find alternative solution?
I'm using PHP 3, if that means anything here. Does anyone know how does this behave on PHP 4?