Why entered key word is not store in database?

Posted by Nitz on Stack Overflow See other posts from Stack Overflow or by Nitz
Published on 2010-05-12T05:40:50Z Indexed on 2010/05/12 5:44 UTC
Read the original article Hit count: 127

Filed under:
|

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.....

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.

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql