Are MySQLi queries unbuffered? If not, is there a way to do an unbuffered query, as with the non-MySQLi mysql_unbuffered_query()
?
views:
89answers:
1`mysqli_use_result` appears to be just what I'm looking for. Thanks!
ceejayoz
2009-12-30 20:08:45