Recent content by compute

  1. C

    How do I make a Concatenate bold in php?

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