How do I make a Concatenate bold in php?

compute

New member
I am writing a contact form that posts $message which includes this variable:

$Pid="Property #: ".$_POST["property"]."\n";

My question is how to make the "Property #: " appear bold when it posts in my email.

I know i'm supposed to use a concatenate, but as you might notice i am using multiple concatenates. Please Help!!!!!
the <b></b> does not work unless it is concatenated..... But i cant get the concatenation to work... but nice try...
 
Back
Top