I have a php variable called $image which holds the contents of a medium blob from a mySQL server and I'm trying you output it using PHP5.
When I just use the code:
echo $image;
it just output a page full of ASCII characters. Does anyone have any suggestions? Thanks