You can add the <b>
tag to the beginning and end like so:
$message .= ' - <b>' . $price . '</b>';
7
solved How to make variable printed bold when using a Facebookrequest for “POST”
You can add the <b>
tag to the beginning and end like so:
$message .= ' - <b>' . $price . '</b>';
7
solved How to make variable printed bold when using a Facebookrequest for “POST”