We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a9158c commit c82a4c7Copy full SHA for c82a4c7
1 file changed
user_guide_src/source/database/queries/011.php
@@ -1,5 +1,4 @@
1
<?php
2
3
$search = '20% raise';
4
-$sql = "SELECT id FROM table WHERE column LIKE '%" .
5
-$db->escapeLikeString($search) . "%' ESCAPE '!'";
+$sql = "SELECT id FROM table WHERE column LIKE '%" . $db->escapeLikeString($search) . "%' ESCAPE '!'";
0 commit comments