FunkyBlueStick
12-06-2000, 08:30 PM
I don't know whether this is the right place for this but I'm guessing you guys'll know something about MySQL. http://www.linuxnewbie.org/ubb/smile.gif
I've written some php scripts for updating news items on a site. I'm trying to display the sites in descending date order i.e. most recent first. The table I've got has four fields:
ID(int), ADDED(date), NAME(varchar), BODY(text)
in that order.
I can't, for the life of me, find the right command to do display them like this. http://www.linuxnewbie.org/ubb/frown.gif Can anyone enhance my MySQL experience by telling me???
Thanks in advance http://www.linuxnewbie.org/ubb/biggrin.gif
------------------
Yours with Peace and Love
Funky..
I've written some php scripts for updating news items on a site. I'm trying to display the sites in descending date order i.e. most recent first. The table I've got has four fields:
ID(int), ADDED(date), NAME(varchar), BODY(text)
in that order.
I can't, for the life of me, find the right command to do display them like this. http://www.linuxnewbie.org/ubb/frown.gif Can anyone enhance my MySQL experience by telling me???
Thanks in advance http://www.linuxnewbie.org/ubb/biggrin.gif
------------------
Yours with Peace and Love
Funky..