I have a problem displaying a blob image from my database using PHP.
I use the following to display the image: echo '<img src="'.$image.'" style="width:300px;height:300px">';
That code shows a broken image. If i click view image info it gives me this:
Location: http://mywebsite.com/12300_110715682290093_100000549846650_157528_4480259_n.jpg
Type: text/html
How can i fix this?