Hi all,
I am running into a slight bit of a problem here. When an user uses textarea to enter data into MySQL, it stores the line breaks no problem. However, because of the way browsers render HTML, simply having them in there does not display them and I will probably need to convert them into
instead.
Is there any efficient way in doing this? Should I do that for every time something is pulled from the db? or should I do something prior to entering them into db? Any suggestions would be welcomed