Re: [PHP-WIN] Re: Order By........

2004-04-27 Thread Will
Thank you very much!! :) It worked. ~WILL~ --- De Greef Sébastien <[EMAIL PROTECTED]> wrote: > you must add the Order like ASC for upwards and DESC > for descending order > "select * from $table_name2 where cat_id = > > '$_POST[cat_id]' ORDER BY posted DESC"; > > DESC will show from the last t

[PHP-WIN] Re: Order By........

2004-04-27 Thread De Greef Sébastien
you must add the Order like ASC for upwards and DESC for descending order "select * from $table_name2 where cat_id = > '$_POST[cat_id]' ORDER BY posted DESC"; DESC will show from the last to the fiirst post from today to last week Regards "Will" <[EMAIL PROTECTED]> a écrit dans le message ne