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.
データベースにユーロ記号があります。ウェブサイトに印刷したいのですが、疑問符が表示されています。
テキストフィールド->データベース->ウェブサイトからです。
データベースはUTF-8ではありません。
これは役立つかもしれません:
mysqli_query($conn, "SET NAMES utf8");
またはこのクエリ:
ALTER TABLE table_name CONVERT TO CHARACTER SET utf8
また、HTMLページのにこの<meta />タグを含め<head>ます。
<meta />
<head>
<meta charset="UTF-8" />