I have a little problem with a record in a database.
I’m using php to retrieve data and when I take my record (description) I want: if there is some text with some space beetween row of my text I want to print the empty row.
example of my record:
Some text
Other text
I want to print the space between text of my record.
Your question is not complete, please provide some code next time.
But I think you search for the nl2br function which replace \n by the
HTML tag.