while ($row = mysql_fetch_array($result)) error suppression
Posted by monomaniac21 on 09/25/06 15:43
Hi all!
How can you get rid of the error that displays if you do a query which
returns no result and then try and fetch the array, WITHOUT having to
put the while in another conditional like if ($result != ''), something
more efficient if possible.