i frnds,


Many times i try to retrieve image from database. Successfully it upload to database. but cant retrieve. any one know this?


Thanks in advance....

Recommended Answers

All 2 Replies

Well, as a start, you upload the image to the SERVER and you put it's link to the DB. When retrieving, just link as this :

<img src="/images/<?php echo $row['imgLinkInDb']; ?>" name="your_image"/>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.