- Impact
- 3
Hello.
I am trying to get my tutorial system to echo the tutorials in the order of Earliest to Latest. I have searched pixel2life but i do not know excactly what to search so i didnt have any luck finding any results.
Is it possible you guys could either referr me to a site or even help me out yourself?
Thanks
Mike_Wiseman
[EDIT]
I have figured out how to do it:
If anyone else is having the same problem, that code works for me.
I am trying to get my tutorial system to echo the tutorials in the order of Earliest to Latest. I have searched pixel2life but i do not know excactly what to search so i didnt have any luck finding any results.
Is it possible you guys could either referr me to a site or even help me out yourself?
Thanks
Mike_Wiseman
[EDIT]
I have figured out how to do it:
PHP:
$query = mysql_query("SELECT * FROM table order by date DESC");
If anyone else is having the same problem, that code works for me.
Last edited:







