Help for this page

Select Code to Download


  1. or download this
    $sql = "UPDATE artists SET page=LOAD_FILE('$infile') where code='$code
    +';";
    
  2. or download this
    my $sth = $dbh->prepare('UPDATE artists SET page=LOAD_FILE(?) WHERE co
    +de=?');
    
    for my $code ( keys %hash ) {
        $sth->execute( $hash{$code}, $code );
    }