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.
sqlite データベースに保存された画像データがあります。データは次のようなものです。
€TâM89504e470d0a1a0a0000000d494844520000012
phpでhtmlでデータを表示する方法は?
base64エンコーディングのように見えます。
データベースにアクセスできる PHP スクリプトがある場合は、次の PHP スニペットを使用します。
echo "<img src='data:image/png;base64,".$base64_data."' />