Help for this page

Select Code to Download


  1. or download this
    my $kind = $query->param('kind');
    my $searchterm = $query->param('searchterm');
    ...
      ORDER by $searchfield";  
    my $sth = $dbh->prepare($stmt);
    $sth->execute($searchterm);