[PHP] Sorting Output

2002-07-30 Thread Brian V Bonini
I have a db with the following fields: id | month | company | title | name | role | show_company | show_title | show_month sql query is: select * FROM db ORDER BY month DESC; Output gets formatted like: month - company - title name role name role - title name role -

Re: [PHP] Sorting Output

2002-07-30 Thread 1LT John W. Holmes
How are you displaying it? Show us some code... ---John Holmes... - Original Message - From: Brian V Bonini [EMAIL PROTECTED] To: PHP Lists [EMAIL PROTECTED] Sent: Tuesday, July 30, 2002 11:52 AM Subject: [PHP] Sorting Output I have a db with the following fields: id | month