Help for this page
my $pic = $DBH->prepare("SELECT PHOTO FROM tble WHERE ID = ?"); $pic->execute(#ID); $pik = $pic->fetchrow;
html <img src="$pik">
output <img src="02100.JPG" #this is the photo i got from db. bt cant display +>