priyank Posted April 11, 2009 Share Posted April 11, 2009 i can see characters instead of image using below code. i used blob data type for storing images in mysql. // Performing SQL query $query = 'SELECT Image FROM tableImages'; $result = mysql_query($query) or die('Query failed: ' . mysql_error()); // Printing results in HTML list($Image) = mysql_fetch_array($result); echo $Image; //print or return image Link to comment https://forums.phpfreaks.com/topic/153579-display-images-with-php-mysql/ Share on other sites More sharing options...
.josh Posted April 11, 2009 Share Posted April 11, 2009 If you can't read the rules or even read the big bold letters right where you had to click to get this forum, I somehow doubt you're going to understand how to fix this. Link to comment https://forums.phpfreaks.com/topic/153579-display-images-with-php-mysql/#findComment-807037 Share on other sites More sharing options...
Recommended Posts