在pdo
When this query is prepared, the % signs will be encapsulated in quotes, resulting in a query like this:SELECT * FROM tbl WHERE address LIKE '%"foo"%' OR address LIKE '%"bar"%'
Consequently, the query will not return any results because the double quotes破壞類似運算符的預期功能。
要糾正此問題,應該將%符號包含在參數中:使用此修改,準備好的查詢將正確搜索包含$ var1或$ var2的地址。
免責聲明: 提供的所有資源部分來自互聯網,如果有侵犯您的版權或其他權益,請說明詳細緣由並提供版權或權益證明然後發到郵箱:[email protected] 我們會在第一時間內為您處理。
Copyright© 2022 湘ICP备2022001581号-3