I have problem with search tool!
I use strpos function to search $phrase_key in $sentence, and there are some wrong!
strpos($sentence , $phrase_key, 0)
$phrase_key = "on the";
$sentence1 = "i am sitting on the table" // Good search
$sentence2 = "the book is on the floor" // Good search
$sentence3 = "create function theme to..." // it not fine
-
on theis a path offunction theme, and function theme is not phrase i need to find - Please tell me how to fix this or how to find the wrong search! thank you very much!