smeshy123
07-11-2005, 11:50 PM
I am trying to run a mysql_query and return all the results which match the criteria, and then create an array with that data. Any ideas of the best way to do this?
I was using mysql_fetch_assoc(); but then I realized that this function only returns a single result at a time. Are there any functions that will return all the results into an array? Or another way to solve my problem?
Thanks!
Smesh
I was using mysql_fetch_assoc(); but then I realized that this function only returns a single result at a time. Are there any functions that will return all the results into an array? Or another way to solve my problem?
Thanks!
Smesh