How to get all rows in an array
Posted: Sun Sep 20, 2009 6:53 am
Hi
I want to get table records all in 1 array. I used mysql_fetch_array() but it was returing the first record only
How can all records be stored in 1 array?
I have table: symbols1 and symbols2; I want to get all of their data and then use array_merge() to combine the data
Thanks for your help
I want to get table records all in 1 array. I used mysql_fetch_array() but it was returing the first record only
How can all records be stored in 1 array?
I have table: symbols1 and symbols2; I want to get all of their data and then use array_merge() to combine the data
Thanks for your help