nl2br is not working for database in php

Solutions on MaxInterview for nl2br is not working for database in php by the best coders in the world

showing results for - "nl2br is not working for database in php"
Adrián
31 Jul 2020
1$comments = stripcslashes($row["comments"]);
2
3$commentsWithBreaks = nl2br($comments);
4
5echo $commentsWithBreaks;
6
similar questions
queries leading to this page
nl2br is not working for database in php