<?php $string = "Welcome to Lorien."; $search = "welcome"; echo str_ireplace($search, '<b>'.ucwords($search).'</b>', $string);
You have javascript disabled. You will not be able to edit any code.