Jump to content

Need Help For How To Display Images From Mysql Database Using Php


sgs

Recommended Posts

You're better off not putting the pictures in the database, this being one of many reasons. Storing stuff like pictures in a database is also widely frowned upon. Save the pictures as files and put the file names in the database.

 

That said, there's a few ways to do it. Easiest is to read the value, send headers, and spit it out with echo. You can also use GD. I'm on an iPad so I can't give code right now, but I'm sure someone can post an example.

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...