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
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