[PHP-DB] How to test if mysql_fetch_array returns no results ?

2001-09-21 Thread Bill Blancett
I am new to PHP so I am need someone to explain this problem to me. I am trying to read items from a table and store them into an array. My current function of choice to use is "mysql_fetch_array". The documentation says that it returns FALSE if there are no more rows returned, but yet when the q

[PHP-DB] Re: How to test if mysql_fetch_array returns no results ?

2001-09-21 Thread Bill Blancett
Disregard the previous post. I figured out that mysql_num_rows() returns the number of rows from the result of a SELECT query. "Bill Blancett" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am new to PHP so I am need someone to ex