I\'m trying to do a simple select like this:
$productId = \'241\'; $stmt = $db->prepare(\'SELECT * FROM products WHERE id = ?\'); $stmt->execute([ $pro