kupe
Technical User
- Sep 23, 2002
- 376
I want to group in descending order the records Sent and also Received when php summons info from the mysql db. When I code
... ORDER BY Received, Sent FROM tbl DESC
Received (or maybe Sent) is treated the wrong way. Be grateful for advice on the correct way.
... ORDER BY Received, Sent FROM tbl DESC
Received (or maybe Sent) is treated the wrong way. Be grateful for advice on the correct way.