you" /> What Is Meant By Nl2br()? you" /> you" />
Answers

Question and Answer:

  Home  PHP

⟩ What is meant by nl2br()?

Anwser1:

nl2br() inserts a HTML tag <br> before all new line characters n in a string.

echo nl2br("god bless n you");

output:

god bless<br>

you

 173 views

More Questions for you: