Why entered key word is not store in database?
- by Nitz
Hey Guys,
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.....
GoodMorningHow are you?
then i only get like this...
Good Morning How are you?
So its not storing that enter key word in the database.