I'm not sure if this is the best way, but it should work 🙂
// Not tested
if(strstr($V,"some word")) {
echo "Your text box contained 'some word'\n";
} else {
echo "Your text box DID NOT contain 'some word' in it.... go away plz\n";
}
Hope this helps 🙂
-Josh