Help for this page

Select Code to Download


  1. or download this
    my $stmt= "SELECT * FROM users WHERE $searchfield = ? ORDER BY ? ASC";
    my $sth = $dbh->prepare($stmt);
    $sth->execute($searchterm, $searchfield);