Re: [PHP-DB] Table sorting problem - further thought

2006-01-13 Thread Miles Thompson
At 10:16 PM 1/12/2006, Miles Thompson wrote: At 05:51 PM 1/12/2006, Charles River wrote: I am a novice in both PHP and MySQL, otherwise I would be able to do this myself. :-) A non-profit I assist has a table () that is displayed by a simple PHP script.

Re: [PHP-DB] Table sorting problem

2006-01-12 Thread Gerry Danen
On 1/12/06, Miles Thompson <[EMAIL PROTECTED]> wrote: > I'd cheat and add a numeric field, let's call it num_rank, ranking the > offices in the order you want them displayed, e.g. > > President 10 > Vice-President 20 > . > . > . > Board Member50 > Board Member

Re: [PHP-DB] Table sorting problem

2006-01-12 Thread Miles Thompson
At 05:51 PM 1/12/2006, Charles River wrote: I am a novice in both PHP and MySQL, otherwise I would be able to do this myself. :-) A non-profit I assist has a table () that is displayed by a simple PHP script. That was fine last year, but now we have some

RE: [PHP-DB] Table sorting problem

2006-01-12 Thread Bastien Koert
are the officers id'ed by some column? if so then add ORDER by COLUMN_NAME bastien From: Charles River <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: php-db@lists.php.net Subject: [PHP-DB] Table sorting problem Date: Thu, 12 Jan 2006 16:51:29 -0500 I am a novice in both PHP and MySQL, o