$query = mysql_query('SELECT * from rbf_edades_news order by month DESC '.$limit.'');
month and day are in different fields,
Any idea, is this possible?
$query = mysql_query('SELECT * from rbf_edades_news order by month and DESC '.$limit.'');
Thanks!
You can use order by with 2 field. This should work: