i want to retrieve a single row from my database
i use this and i get nothing
$session_country = mysql_result("SELECT name FROM countries WHERE country_id='15'");
i found this online but still the same
$session_country = mysql_result(mysql_result("SELECT name FROM countries WHERE country_id='15'"), 0);