Question

i have a problem when i insert some articles which includes paragraph to database at the time of retrieval it display article but without paragraph. so it look like dirty writing on the page. so is there any trick or code for save article with paragraph & at time of display it shows as it is.

Was it helpful?

Solution

HTML ignores carriage returns and collapses multiple spaces. You have to insert the appropriate tags, such as <br>. Have a look at nl2br().

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top