I had made on form, in which i had one text area.
Now i am storing that data of text area to mysql database.
Now if i had press enter key word then it not stores in the database.
Because i don’t get exacted output as what i entered.
as example…
If i had write like this…..
Good
Morning
How are you?
then i only get like this…
Good Morning How are you?
So its not storing that enter key word in the database.
You should convert the textarea content with
nl2brthen store it.It will convert your newlines to
<br />