How can I store and retrieve images from a MySQL database using PHP?

后端 未结 6 2302
心在旅途
心在旅途 2020-11-22 05:21

How can I insert an image in MySQL and then retrieve it using PHP?

I have limited experience in either area, and I could use a little code to get me started in figur

6条回答
  •  滥情空心
    2020-11-22 05:38

    i also recommend thinking this thru and then choosing to store images in your file system rather than the DB .. see here: Storing Images in DB - Yea or Nay?

提交回复
热议问题