中文都变成问号了

解决方法:在实例化pdo对象时语句中加上charset=utf8

$db = new PDO('dblib:host=your_hostname;dbname=your_db;charset=UTF8'$user$pass);

相关文章: