Display image from databse in php

I have a path on my db of image but when i put the code its not working , i tried so many procedures to get the image but still not done.
Do any one can help me right now its very urgent . THANKS

Check the html code in your browser. Is the image link there? If it isn’t, apparently there’s something wrong in your PHP code.
If it is, copy the link and paste it in the address bar of your browser. Does it show the image? If it doesn’t, then the image isn’t there, or the path is not correct.

It would help if you posted some code as there are different ways to do it depending how you get the data.

All you need to do is put the path to the image into the image tags; but again are the images in the same folder as the code?