I have searched many articles but I could not find one appropriate. I am trying to take input form user a multiple line text and show them as it is. I am using textarea tag, but the page is not working the input values are showed in one line even it I press enter an start a new line.
Please help me fixing this.
I have searched many articles but I could not find one appropriate. I am
Share
Use
nl2br()when echoing the output.