$sth = $dbh->prepare("SELECT * FROM products WHERE ? IN (prod_name,prod_desc) LIMIT 0,?"); $sth->execute($search_term,$max_recs1);