How to display an Image from a mysql blob

前端 未结 4 2074
臣服心动
臣服心动 2020-12-12 04:23

I am trying to display an image from a MySQL blob field. I have tried a few different things and none of them seem to work.

I have tried:

  • hea

4条回答
  •  爱一瞬间的悲伤
    2020-12-12 05:10

    I believe that the issue that you are encountering is an issue with encoding. This resource claims that you can use the print function.

提交回复
热议问题