How can i set the order of links after date.
I want the list of links to be sorted in date order.
Moderator: pgolovko
$result = mysql_query("SELECT * FROM `links` WHERE `category_id` = '".$id."' AND `visible` = '1' ORDER BY `recip` DESC, `gpr` DESC, `title` ASC LIMIT ".$from.", ".$limit."");
$result = mysql_query("SELECT * FROM `links` WHERE `category_id` = '".$id."' AND `visible` = '1' ORDER BY `recip` DESC, `date` DESC, `title` ASC LIMIT ".$from.", ".$limit."");
Return to Customization & Templates
Users browsing this forum: No registered users and 0 guests