$texto = explode(" ", $texto);for($i=0;$i<strlen($texto);$i++){if(!$borrado){str_replace("pedro", "", $texto[$i]);$borrado = true;}else{break;}}$texto = implode("", $texto);