Jump to content

Simple text formatting and MySQL


simonsays

Recommended Posts

The problem is following. I have a column in MySQL of TEXT type. I put some text into it and the text consists of 2 paragrahs...
However, when I try to output a text with php-script the paragraphs are gone and text is output as a single paragrahp. Using html-tag <br> is not a good idea, as I use (strip_tags) function. Is there any solution?

Example (I input and would like to see as an output):
Sun is shining.
The weather is sweet.

Actually outputs:
Sun is shining. The weather is sweet.
Link to comment
https://forums.phpfreaks.com/topic/21394-simple-text-formatting-and-mysql/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.