$word ="50%";
$searchSQL = "SELECT * FROM discounts WHERE keyword LIKE '%$word%' ";
when I execute this query it returns no results. I assume the issue is the % sign which is a wild card in mysql. what would be the correct way to search for that $word