1.

What Is Meant By Nl2br()?

Answer»

NL2BR() INSERTS a HTML TAG
before all new line CHARACTERS n in a string.

echo nl2br("god bless n you");

output:
god bless
you

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

echo nl2br("god bless n you");

output:
god bless
you



Discussion

No Comment Found