on page1.php, I have a <textarea>. The user can put in anything there, even new line characters. I want to use the str_replace function to replace any occurences of new line characters with "<br>"
How can I do this? (I'm guessing that vbCrlf isn't the correct one)
