I\'m selecting a single column from a MySQL table with mysql_query(). Is there already a function for getting the results into an array, or will I have to iterate t
mysql_query()
Nothing like that built in, you will need to do this manually.