I wish to output a recordset into an array, so that I can sort all the results by a particular key. Right now, I have a while loop executing mysql_fetch_assoc(), but do not know how to get the 3 tablefields I'm retrieving into said query without making each field have an individual array, then trying to merge them.