Page 1 of 1

How to Display Image which is stored on the server reference

Posted: Tue May 22, 2012 7:59 am
by pascale
[text]i upload an image to the server and the URL of the image after being uploaded is saved in mysql database.
How can i display the image on the browser by taking its URL from mysql database?
Thank you[/text]

Re: How to Display Image which is stored on the server refer

Posted: Tue May 22, 2012 8:06 am
by pbs
Fetch the image path value from mysql database and pass it to image src attribute.