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