I've got a form which is submitted to my SQL database and the information is then displayed on my mainpage.
The only way I have found, so far, to enable a user to do a carridge return in the form -- there by adding a new line to their input -- is to use HTML tags, however, this obviously opens my page up to security risks.
Does anyone know a way to:
1) Disable HTML for data entered into a form (or output to a page).
2) Allow the user to use carridge returns to do paragraphs so that the info doesn't just come out in a squashed up mess on my page?
Thanks in advance!