farnoise Posted January 21, 2010 Share Posted January 21, 2010 Hey guys, Qucik question I have a field in my databse called Images and it stores my images (Thubmnails) I have a search page that generates a list of my database, I need to know How can I show this image that is decoded to binary and convert it to I used this code, but ofcourse it just show that binary codes that is stored there!! can you please help me... echo "<td width='130'><div align='left'></div></td>"; echo "<td>"; echo "<br>"; echo "</td>"; echo "</tr>"; echo "<td><div align='left'>Pictures........</div></td>"; echo "<td>"; [color=red]echo $result['Images'];[/color] echo "</td>"; echo $result['Images']; is the area that I want to show my pic Link to comment https://forums.phpfreaks.com/topic/189346-retreiving-image-from-blob-mysql/ Share on other sites More sharing options...
Minase Posted January 21, 2010 Share Posted January 21, 2010 hope this helps http://www.phpfreaks.com/forums/index.php?topic=207361.0 Link to comment https://forums.phpfreaks.com/topic/189346-retreiving-image-from-blob-mysql/#findComment-999501 Share on other sites More sharing options...
hugeness Posted January 21, 2010 Share Posted January 21, 2010 you could try this one... http://forum.codecall.net/php-tutorials/7663-tutorial-storing-images-mysql-php-part-ii-display-your-images.html Link to comment https://forums.phpfreaks.com/topic/189346-retreiving-image-from-blob-mysql/#findComment-999569 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.