03.04.2015, 12:45
Quote:
Hi, how can if find if a specific word in a string im providing matches a row i have?
i.e: string = "Hello World" Table: Code:
... Something more like the strfind function: if (~strfind("World", "Hello Wrold", true)) |
PHP Code:
SELECT * FROM tbl_name WHERE tbl_field LIKE "% foo %";