Welcome Guest, Not a member yet? Register   Sign In
New line problem
#1

[eluser]Unknown[/eluser]
Hi everyone,

I'm working on project. I have submit form which inserts announcement into database. But when i pull the inserted data from database and print it on page. There is no new line. All text appears in same line in one paragraph. But in the database it is not one paragraph.

How can i print text as is?

Thanks
#2

[eluser]danmontgomery[/eluser]
Use <pre> tags... <pre> indicates preformatted text, which will be output in a fixed-width font (courier, for example), and both line breaks and spaces are preserved.
#3

[eluser]WanWizard[/eluser]
This is the way HTML works. Enters are just white-space, you need to convert them to breaks, p.e. using the PHP function nl2br().




Theme © iAndrew 2016 - Forum software by © MyBB