fetch multiple rows from db
Moderator: General Moderators
fetch multiple rows from db
I need to retrieve multiple rows from a database. I know that the mysql_fetch_row() only gets one row, so than how do I get more than one?
Re: fetch multiple rows from db
Have you tried using a while loop ?
Re: fetch multiple rows from db
Thanks!