InterviewSolution
Saved Bookmarks
| 1. |
What is the use of nl2br() in PHP? |
|
Answer» It is used to inserts HTML LINE BREAKS ( <BR /> or <br /> ) in front of each NEWLINE (\N) in a string. |
|