I've stored a blob image in the database but I can't see it. I wrote this code
$queryi = "SELECT Foto FROM bhk WHERE Cod_Bhk = '".$Codice."' INTO DUMPFILE 'immagine.jpg'";
$resulti = mysqli_query($connessione_al_server,$queryi);
html code:
<img id="imgcaricata" class="mySlides" src="immagine.jpg" style="height:600px; width:auto;max-width:500px;">