[PHP] Pulling data into an array and sorting

2002-03-30 Thread rdkurth
I need to pull data into and array from a mysql database and then sort that data according to one of the fields and then print it to the screen. Hear is an example of the data in the database username Pnumber sec2 sec3 sec4 sec5 sec6 Gary 123.345.122YES YES NO YES YES

RE: [PHP] Pulling data into an array and sorting

2002-03-30 Thread Demitrious S. Kelly
, 2002 4:22 PM To: php Subject: [PHP] Pulling data into an array and sorting I need to pull data into and array from a mysql database and then sort that data according to one of the fields and then print it to the screen. Hear is an example of the data in the database username Pnumber sec2

Re[2]: [PHP] Pulling data into an array and sorting

2002-03-30 Thread rdkurth
: Saturday, March 30, 2002 4:22 PM DSK To: php DSK Subject: [PHP] Pulling data into an array and sorting DSK I need to pull data into and array from a mysql database and then sort DSK that data according to one of the fields and then print it to the DSK screen. DSK Hear is an example of the data

RE: Re[2]: [PHP] Pulling data into an array and sorting

2002-03-30 Thread Demitrious S. Kelly
4:49 PM To: php-general Subject: Re[2]: [PHP] Pulling data into an array and sorting Thank you for the response to my question unfortunately your answer just confused me even more. Saturday, March 30, 2002, 4:25:40 PM, you wrote: DSK Run a while loop on your data and pull it into an array