What is the easiest way to Html encode in PHP?
Try this:
bold text."; echo htmlspecialchars($str); ?>