PHP String in String

PHOTO EMBED

Mon Feb 22 2021 14:14:21 GMT+0000 (Coordinated Universal Time)

Saved by @kjhanson #php

if (strpos($a, 'are') !== false)
{
    echo 'true';
}
content_copyCOPY

https://stackoverflow.com/questions/4366730/how-do-i-check-if-a-string-contains-a-specific-word