Given a random string
$str1= "hello my name is jeff i am somewhat new to programming and i am here trying to figure out the basics!! It has once been said that \"PHP is the best and easiest to use\" i am still trying to find this for myself";
how do i determine if this string contains the string:
$str2 = "said that";
?