Say I pulled some text explaining a few concepts of HTML, and I want to display it. How can I stop PHP from parsing the HTML code itself? I have tried using htmlspecialchars(), but now the formatting for the rest of the text disappears. (not all of it is code, but so far I have only been able to seperate different paragraphs by adding HTML into the body text)
Thank you for your time.