probleme d integration php html
bonjour, je tente d afficher une image stocker a partir d une base de donnes, j y arrive tres bien grace a ces lignes de codes...
<?php
include ("connexion.php");
$req = "SELECT img_blob FROM images";
$ret = mysql_query ($req)or die (mysql_error());
$col = mysql_fetch_row ($ret);
echo$col[0];
?>
probleme, lorsque je met des balises html dans ma page, l image est affich
ainsi:
JFIFC $.' ",#(7),01444'9=82<.342C 2!!22222222222222222222222222222222222222222222222222hk"8!1AQ"aq2B#$3RbS!!1A"2aq ?%!ff8$}Ꚛji^^I(pA;uvHH}E)# WI5C0P>R¯~FvCv *juY382Mg#-^)'%fO3<y_9֥CFOީa=3gy7$M**|WOuKtz1%W zkܴA7]8>{13CU 4`1Y1~%-GwV%9dF_h.r25|ْ6AJ$m$5Su. 'b[h1}Gnu9I}SVNPLθcսgԴG 18s?!OO~t]t!9$v-4F9-tL}3MgW[Lۖ 惷O#8ߎu 8?R)jKB2,Z|rIۥ뗨(u$> d; a Jk%55s8b$YTV'*x#8lU5Y$o/QFKp>m@|9yت<1I$ \.yܟjq#|5dF2NA#KtFd...........
que faire?