Pls reply to this.
I am using php and mysql.
I am using Textarea field to enter some information.
I will be entering something in textarea ON DIFFERENT ROWS OF TEXTFIELD.
example: My hobby is games.
I like Cricket.
When I store it in mysql database, it stores in same format.
But main problem I am facing is, when I retreive this value from database and display it in html table, it displays in same line.
That is:My hobby is games.I like Cricket.
So how to display it in different lines using php code.