$comments = stripcslashes($row["comments"]); $commentsWithBreaks = nl2br($comments); echo $commentsWithBreaks;