Hey, What function / how would I find if a string has something? Say I have a string like:
$string = 'Hello their! This is my post :) btw, my name is Justin.';
Say I wanted to find out if my name "Justin" is inside that string..
so:
whateverfunction('Justin', $string)
So I think you should get my idea now though 😛
Thanks a lot!