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'] ?>" /> Quote 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. Quote Link to comment https://forums.phpfreaks.com/topic/241618-blob-display-image/#findComment-1241025 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.