phpCopy<?php $mystring = "This is a PHP program."; if (strpos($mystring, "program.") !== false) { echo("True"); } ?>