![]() |
sort links by date with PHP ?
hi ,
I need a script that sorts my links (thumbs + text) by date . Anyone knows a good one ?:) |
What format is the raw data in?
|
Quote:
:thumbsup |
SELECT title, url FROM links ORDER BY date DESC;
ryan |
Quote:
PHP Code:
|
....
|
select * from table order by date desc
|
All times are GMT -7. The time now is 10:10 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123