Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mysqlデータベースにいくつかのデータを挿入しました。utf-8czを設定します。そして、それはうまく見えます。
しかし、テーブルから行をエコーすると、特殊文字は表示されません。Metautf-8が含まれています。
それを修正する方法はありますか?ありがとうございました
使用する
mysql_set_charset('utf8');
PHPでクエリを実行する前に
これも追加して、ブラウザが正しいエンコーディングでページを読み取れるようにします。
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">