I have simple text entered into a MySQL database (with the DB field type set as 'text'). This text contains regular carriage returns which form paragraphs and the resultant gaps in between section of text.
My problem is when I do a query from a web browser and display the text, all the Carriage returns are stripped and I'm left with one giant hunk-o-text.
How can I preserve the paragraphs for display on the web browser.
thanks
My problem is when I do a query from a web browser and display the text, all the Carriage returns are stripped and I'm left with one giant hunk-o-text.
How can I preserve the paragraphs for display on the web browser.
thanks
Comment