<?php $string = 'Hello John, how are you John. John are you happy with your life John?'; $numberOfInstances = 2; echo implode('dude', explode('John', $string, $numberOfInstances + 1));
You have javascript disabled. You will not be able to edit any code.