[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]
How to Display Image which is stored on the server reference
Moderator: General Moderators
Re: How to Display Image which is stored on the server refer
Fetch the image path value from mysql database and pass it to image src attribute.