I have a system to post links onto my site, but i want the links the desend the oldest will be at the top and newest at the top. Anyone know the mysql code for that?
Thanks
Printable View
I have a system to post links onto my site, but i want the links the desend the oldest will be at the top and newest at the top. Anyone know the mysql code for that?
Thanks
in the mysql_query put 'sort by `id` DESC'
thanks ill give it a try
EDIT: it already says that.
Does that mean it needs to asend?