Hi,
If the > character occurs in a string, I would like to put the remaining of a string starting from character > in bold:
example:
$var = "beginning of string > end of string";
should become:
$var = "beginning of string <b>> end of string</b>";
could anyone show me how to do this with ereg().
Thanks,
Ron
If the > character occurs in a string, I would like to put the remaining of a string starting from character > in bold:
example:
$var = "beginning of string > end of string";
should become:
$var = "beginning of string <b>> end of string</b>";
could anyone show me how to do this with ereg().
Thanks,
Ron