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