How do you create a new line in a textarea when inserting the text via php?
I thought it was \\n but that gets literally printed in the textarea.
\\n
Use like this for dynamically enter each line you can use
echo chr(13)