Posted by Jerry Stuckle on 01/03/08 18:04
howa wrote:
> For example,
>
> $query = "SELECT ...'";
> $res = mysql_query($query);
> while($row = mysql_fetch_assoc($res)) {
> // Do sth
> }
>
>
> If the query return say over 1M row, is it limited by the MySQL server
> or PHP ?
>
>
There is no hard limit in either. Rather, system resources would
probably be your limiting factor.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|