joebudden Posted January 22, 2007 Share Posted January 22, 2007 Hi guys, just want to know ... If its possible to store images in a folder then just have the location of the image as opposed to having the actual BLOB in the database???if anyone has any information that would be great!!thanks in advance Link to comment https://forums.phpfreaks.com/topic/35248-images-in-phpmysql/ Share on other sites More sharing options...
Eddyon Posted January 22, 2007 Share Posted January 22, 2007 Yes, just store the URL or path to the image in the database, then pull it in ur php code using something like an echo. Link to comment https://forums.phpfreaks.com/topic/35248-images-in-phpmysql/#findComment-166506 Share on other sites More sharing options...
joebudden Posted January 22, 2007 Author Share Posted January 22, 2007 Will this work if want to generate the images dynamically??? Link to comment https://forums.phpfreaks.com/topic/35248-images-in-phpmysql/#findComment-166508 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.