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

2002-03-30 Thread Demitrious S. Kelly
echo "sec5: ".$array[6].""; echo ""; } } echo ""; ?> -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 30, 2002 4:49 PM To: php-general

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

2002-03-30 Thread rdkurth
y_end; DSK> } DSK> } else { DSK> $hosts="No Hosts In Database..."; DSK> } ?>> DSK> -Original Message- DSK> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] DSK> Sent: Saturday, March 30, 2002 4:22 PM DSK>

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

2002-03-30 Thread Demitrious S. Kelly
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 s

[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 Fr