Posted by howa on 01/03/08 14:37
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 ?
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming