[PHP-DB] SQL query prob

2002-07-17 Thread Russ
I'll try that one again I have a query: $sql = SELECT * FROM contacts ORDER BY ContactType; There are two types of contacts: * Commissioners * Staff As they are ordered by the ContactType then 'Commissioners' are displayed first followed by 'Staff'. I'd like to be able to display a

RE: [PHP-DB] SQL query prob

2002-07-17 Thread Cal Evans
Mailing List (E-mail) Subject: [PHP-DB] SQL query prob I'll try that one again I have a query: $sql = SELECT * FROM contacts ORDER BY ContactType; There are two types of contacts: * Commissioners * Staff As they are ordered by the ContactType then 'Commissioners' are displayed first followed