prepare($query); $statement->bindValue(':productCode', "%".$productCode."%", PDO::PARAM_STR); $statement->execute(); $products = $statement->fetchAll(); ?>
Code Name Price