Hi guys when I save with php some part of text (with break of lines) for example:
this is
an example
in my database I see like I wrote it
But when I echo this data from my database I see it wrong
Can you help me?
My code is this
echo '<p class="date">' . $date . "</p>";
echo '<p class="post">' . $posts . "</p>";