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...