php中的echo单引号_如何使用PHP在字符串中转义单引号(撇号)
I have a SQL query like this:-$stmt = $pdo->prepare("SELECT * FROM `products_keywords` WHERE `product_type` = '" . $product_type . "' ");I don't know what will be the value in the $product_type var...