Show images from mysql database
Moderator: General Moderators
Show images from mysql database
Please, I need help on how to display pictures in my website from mysql database using PHP
Re: Show images from mysql database
Here is a basic example to get you started. All you really need to know is, pull the image data from the database, set the header type to the MIME type for that file, and then print/echo the content to the screen.