From: Christian W. <cw...@cw...> - 2007-01-26 11:25:42
|
Enrico, > but the result is not the one I expect. > I got under 50 solutions (so i thought there are not more than 50 > solutions) but if use an OFFSET of 50 or so, i got more results. Is this when iterating from 0 to 50 over the array? The result keys are not in a row, they may have "holes" in them: array(0 =3D> (), 1 =3D> (), 5 =3D> (), 6 =3D> (), 7 =3D>()) Or is the count($array) wrong? --=20 Regards/Mit freundlichen Gr=FC=DFen Christian Weiske |