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? Quote Link to comment 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. Quote Link to comment 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.