ryanfilard Posted July 11, 2011 Share Posted July 11, 2011 I have small images uploaded to mysql with blob. How would I display them Like This? <img src="<?PHP echo $row_rweek['image'] ?>" /> Link to comment https://forums.phpfreaks.com/topic/241618-blob-display-image/ Share on other sites More sharing options...
jcbones Posted July 11, 2011 Share Posted July 11, 2011 You need to build an image script, then link that image script with the image tag. Here is a great tutorial on the whole process. Link to comment https://forums.phpfreaks.com/topic/241618-blob-display-image/#findComment-1241025 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.