retrieve image from mysql database in blob type

in php
$data[] = data:image/jpeg;base64,’.base64_decode($row[‘photo’]). ';

in html
"/>

plz help me out soon as possible

Here’s a tutorial that might help you…

http://www.tutorialized.com/tutorial/Image-gallery-using-php-and-mysql-blob-storage-and-displaying-the-image-from-mysql-blob/75423

Sponsor our Newsletter | Privacy Policy | Terms of Service