Hi guys, when I save some part of the text (with line breaks) with php, for example:
this is an example
in my database I see how I wrote it

But when I repeat this data from my database, I see it wrong.

Can you help me?
My code is
echo '<p class="date">' . $date . "</p>"; echo '<p class="post">' . $posts . "</p>";
source share