Posted by Krustov on 03/28/07 22:25
<comp.lang.php>
<william.clarke>
<28 Mar 2007 15:01:55 -0700>
<1175119315.735921.111150@r56g2000hsd.googlegroups.com>
> > BTW: how can you find out how many matches are found .
>
> try echo count($matches); This will tell you how many elements there
> are in the array (which should be the number of matches).
>
Decided to do it another way - but noted for future reference .
[Back to original message]
|