list output from recent to previous?
Posted: Wed Feb 18, 2009 8:24 pm
i need to know how can i list the ouputs from my database
which the recent input will on top and the previous will on the bottom.
my code is this:
which outputs data from previous on top and the recent will be on the bottom.
thanks guys...
which the recent input will on top and the previous will on the bottom.
my code is this:
Code: Select all
<?php echo date("mdY",$value['date']); ?>
thanks guys...