I want to allow a user to input a short message into a textarea on a form, store it in a MySQL table. Then later request the output to the browser showing separated paragraphs as originally typed.
Similar to that, if I upload a .txt file, how could I display the contents to a web page with text wrapping and paragraph separation?
Please help! I am new!