Check if string contains specific words?

Consider: $a = ‘How are you?’; if ($a contains ‘are’) echo ‘true’; Suppose I have the code above, what is the correct way to write the statement if ($a contains ‘are’)? Source: Stackoverflow Php 000000It’s only fair to share…