note: I would search this error if I had any clue how to describe it in searchable key terms
Problem: I have a form that takes in information, one being a text box that allows users to submit longer things (ie bio/text/whatever). I am not having problems storing it or anything, however if a user enters something to the extent of
"blah blah blah
blah
blah"
when I recall the text back to display it on their page the breaks/paragraphs aren't keeping form....it'll spit back out "blah blah blah blah"
do i need to manipulate the text before storing it into the DB to keep things such as breaks/paragraphs?
Also how would I go about allowing users to use things like [ php] etc (ie i want the users to be allowed to 'bold' their text)...so i'd want a user to be able to use [ b ] or something to bold XX words then use [ / b] to stop bold-ing