tammana Posted March 9, 2012 Share Posted March 9, 2012 How can i store an image in phpmyadmin database and how can display it in my web page? Link to comment https://forums.phpfreaks.com/topic/258580-profile-image/ Share on other sites More sharing options...
Muddy_Funster Posted March 9, 2012 Share Posted March 9, 2012 to store an image in a database you would need to use a field type of blob, and then return it using whatever script you are using. I don't recomend this aproach however, I suggest storing binary data in it's natural file format and linking to it, storing the link in the database. Link to comment https://forums.phpfreaks.com/topic/258580-profile-image/#findComment-1325472 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.