I have text in a MySQL database. When it goes in there are paragraphs. When it comes out, there are none. I figure I'd use explode to seperate the paragraphs when it is read out of the database. My question is what I would use as a point to explode at. e.g. a <br>
thanks for any suggestions.
thanks for any suggestions.