j'ai un champ de type blob, comment je l'affiche dans un tableau ? $resultat=mysql_fetch_object($requete); <- dans requete, j'ai un champ message de type blob j'ai essayé $resultat->message mais ça marche pas, c'est normal ?
$blob=mysql_fetch_array(mysql_query("SELECT tonblob FROM tatable" )); echo $blob[tonblob];