I'm working on a small backend admin area. One feature is to allow the webmaster to insert data into a textarea and then submit it to the proper page. So they can update content.
The webmaster I guess does not know html and I was wondering with php I would be able to format the text in the textarea to html. Or I guess if worse comes to worse add a
<br>
tag to every line that extends 58 characters. Does anyone know a real easy way to do this?