A
Anonymous
Guest
use the function nl2br() in the output.
example
echo nl2br($row['body');
What this function does is change all new line chars (\n) to an html <br>
example
echo nl2br($row['body');
What this function does is change all new line chars (\n) to an html <br>