How do i make the following:
How do i make that sort by ID from largest number to smallest number? idk where to put the order by
Code:
$get_name = mysql_query("SELECT `id`, `name`, `link`, `value`, `description` from `offers` WHERE `countries` like '%us%' LIMIT 0, 25");
Comment