Myślę, że to powinno działać dla Ciebie:
mysql_query("SET NAMES 'utf8'");
w przeciwnym razie możesz wypróbować te:
mysqli_set_charset($con,"utf8");
mysql_query ("set character_set_results='utf8'");
ini_set("default_charset", "UTF-8");
header('Content-type: text/html; charset=UTF-8');