Hi Everyone -
I have recently upgraded my hosting enviroment and the php version has changed to Current PHP version: 5.6.27
Now a number of queries do not work as they did before.
The below query has stopped working, Any ideas how I can update the query so it works again please.
//Select countries from country table
$result_country = mysql_query("select Country from countries order by Country Desc ");
Thanks in advance