<?php $text = 'I have *something* for you'; $nota="something"; echo preg_replace("/\*($nota)\*/i", "<span style=\"background:#FFFF00;\">$1</span>", $text );
You have javascript disabled. You will not be able to edit any code.