How to display db results in order ?
- From: Paul <paul814@xxxxxxxxxx>
- Date: Mon, 18 May 2009 13:28:03 -0700 (PDT)
I have a php page that is getting some data from a db, and displaying
it on a page. the only thing is it is not in order. I want the newest
entry to show up at top and the older to go down.
There is no date field in the db.
Right now I am using:
SELECT * FROM MYDB;
And everything is coming out in any old order..
Thanks.
.
- Follow-Ups:
- Re: How to display db results in order ?
- From: Daniel
- Re: How to display db results in order ?
- From: Jerry Stuckle
- Re: How to display db results in order ?
- From: rf
- Re: How to display db results in order ?
- From: J.O. Aho
- Re: How to display db results in order ?
- Prev by Date: Re: PHP Syntax Question
- Next by Date: Re: PHP Syntax Question
- Previous by thread: Refurbished Home Theater Receivers
- Next by thread: Re: How to display db results in order ?
- Index(es):
Relevant Pages
|