<?php $string ="my string ? other string ?"; $str = str_replace(array('?','? first'), array('? first','second text'), $string); echo $str; ?>
You have javascript disabled. You will not be able to edit any code.