Anybody can tell me how to keep the line break in textarea form into the database table ?
Ex:
Code:
This is the line break 1
This is the line break 2
so I want this 2 line stored in database :
Code:
This is the line break 1
This is the line break 2
instead of
Code:
This is the line break 1 This is the line break 2