I'm basically doing a select * in mysql and trying to put all the data in the table into an array using PHP but not having much luck. It seems that the first row of ...
I know how to do it, but it's ugly, and I'm sure there is a more elegant way.I have a SQL query that returns two columns from a table, and unique id and a ...