dennismonsewicz Posted April 1, 2008 Share Posted April 1, 2008 How would I order a list of items out of a Database using the newest entry or even the newest timestamp? $sqlcount = "select * from uploads order by timestamp ASC limit 10"; Quote Link to comment Share on other sites More sharing options...
discomatt Posted April 1, 2008 Share Posted April 1, 2008 ORDER BY DESC DESC = descending = highest to lowest Quote Link to comment Share on other sites More sharing options...
dennismonsewicz Posted April 1, 2008 Author Share Posted April 1, 2008 thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.