hello i was wondering if thers any wy to replace an "*"
say i had a string:
$msg = "/red asdfsadf /";
how would i repace all the "/" with <font color=red>"
and the "/" with </font>
somethign liek this??
$text = ereg_replace ("/", '<font color=red>', $msg);
$text = ereg_replace ("/", '</font>', $text);