Re: [Phplib-users] DB Error Reporting Broken?
Brought to you by:
nhruby,
richardarcher
From: Richard A. <rh...@ju...> - 2003-04-06 04:23:06
|
At 20:52 -0700 5/4/03, Andrew Crawford wrote: >>$query = "SELECT * FROM emptytable"; >>$db->query($query); That query is performed without error. It just returns no results. Check $db->num_rows() to make sure you have some results before you start working with them. ...R. |