Ok i've looked around and haven't found a post for this so here goes...
1) Say i have something like:
$var = "Hello";
2) Now i want to use the value of $var
as the headning in an email but at the
same time I want to make the value
(in this case the word hello) come out
in RED.
BTW, I can't use HTML tags for this ie
"<font color="red"> <? echo $var; ?> </font>"
because I'm only using php and nothing else..
any suggestions?