How can I read the New-line so that when users fill in a text-area inside my form, and then hit submit, the text is displayed exactly the same way as they wrote it?
I should mention I read in the variables from the form with POST method in my php file.
Thanks