Hello,
I'm creating a backend data entry form for my authors. They will be entering data in input text fields as well as memo fields.
When I output the data they have entered onto a page for the general users of the website I want parts of what my authors entered to be capitalized and some of the memo text needs to have paragraph breaks. Is this something I need to have the authors code into the form fields when they fill them out or is there a way using php to format text as it comes out to the end-user?