<?php $texter = "Hi .XMy Name Is : Kuchi .XOk Bye."; $text = str_replace('X', '<br>', $texter); echo $text; ?>