Help for this page

Select Code to Download


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