html - How to display data in the same format as stored in the database? -


i trying fetch data database , need displayed in same format stored in database. please note data stored in database using text-area, means without using ck-editor. example: data stored in database as:

hello,  how jack? thanking you. 

but problem when try display it, appears follow:

hello, how jack? thanking you. 

i want display in same format stored in database. please note that, want without using kind of editor. please provide me appropriate solution this. thanks.

use html <pre> tags preserve line breaks.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -