Show a BLOB image PHP MySQL along with other data

后端 未结 3 1453
终归单人心
终归单人心 2020-12-10 09:41

I have some data stored in a MySQL database .. i would like to show the stored image data along with other data in a .php page..

3条回答
  •  孤城傲影
    2020-12-10 10:04

    It depends how you stored you data, but sometimes you have to convert the data to base64. Try this

    echo '
    

提交回复
热议问题