nl2br is not working for database in php

113

$comments = stripcslashes($row["comments"]);

$commentsWithBreaks = nl2br($comments);

echo $commentsWithBreaks;

Comments

Submit
0 Comments