Hi.
In my CMS, when i type a content for a new post in the textarea, like this:
one
two
three
four
five
six
and then click the submit button, it will save in the db table like the way i have typed, every word in a separate line.
But when the script echo the post on the page, i see all words are in one line like this:
one two three four five six
Why? Do i have to type tags like <br> while typing the content on the text area?! But users must feel free to write their posts without thinking about using html tags while they are typing!