I know how to make a text string appear in bold, but how do I make the results of a querry appear in bold?
Here's what I am working on ---
print "<br><br>Theatrical Release: " .
date("Y", strtotime($fixed_date));
I want the text date returned to display in Bold.
Thanks