sugikrish 0 Junior Poster in Training 14 Years Ago 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.... mysql php 0 0 Share Graphix 68 --- 14 Years Ago See the following link: http://www.phpriot.com/articles/images-in-mysql ~G 0 0 Share MindSter 1 Junior Poster in Training 14 Years Ago 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 : Copy to Clipboard<img src="/images/<?php echo $row['imgLinkInDb']; ?>" name="your_image"/> 0 0 Share Share Facebook Twitter LinkedIn Reply to this topic 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. Sign Up — It's Free!
Graphix 68 --- 14 Years Ago See the following link: http://www.phpriot.com/articles/images-in-mysql ~G 0 0 Share
MindSter 1 Junior Poster in Training 14 Years Ago 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 : Copy to Clipboard<img src="/images/<?php echo $row['imgLinkInDb']; ?>" name="your_image"/> 0 0 Share