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 Quote Link to comment 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 Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.