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....
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"/>
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.