How to Display Image which is stored on the server reference

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
pascale
Forum Newbie
Posts: 10
Joined: Wed May 16, 2012 1:40 am

How to Display Image which is stored on the server reference

Post 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]
pbs
Forum Contributor
Posts: 230
Joined: Fri Nov 07, 2008 5:31 am
Location: Nashik, India
Contact:

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

Post by pbs »

Fetch the image path value from mysql database and pass it to image src attribute.
Post Reply