PHP Eliminar todo antes del colon
// myString can be any string or symbol of your choice
echo strstr($str, 'myString');
Geeky Bravo
// myString can be any string or symbol of your choice
echo strstr($str, 'myString');