If the data is entered into a TEXTAREA input field then the data will already have new lines in it if they used ENTER to get a new line.
To echo the data back into HTML with the line breaks in place use the function nl2br($text). This function sutomatically changes the new line character to a BR tag.
Cheers,
Cris