1.检查于数据库链接的地方;看设置有没有正确
 
  mysql_query('set names utf8');

2.php编码问题

  header("Content-Type:text/html;charset=utf8");