I'm trying to find echo a string, but I only want the part of the string that follws a certain word like, "START".
Example:
$string = 'This is the START of everything';
I would like to be able to print everything that comes after the word start only.