Skip to content
Advertisement

i can’t display/access images from the mysql database using php

I was able to design a code to upload image and other data to the database and also display some of those data. Everything works but the image doesn’t display and the messages too don’t come up when the action is completed or not. How can I display/access the stored images from mysql database? Here is the complete code. below is the php code and the html code which i designed <?php //for image upload

Advertisement

Answer

i have figured it out. i decided to use

instead of the previous

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement