qry help needed
Posted: Mon Jan 31, 2005 4:47 am
Code: Select all
$qryNews = "SELECT * FROM tbl_news WHERE n_show='1' order by n_date";
$resNews = mysql_query($qryNews);
$cntNews = mysql_num_rows($resNews);its showing the news order by date and news posted on last date comes in the end and now i want to show news in reverce order mening news posted at the end will come at 1st.
any help ????