RSS Feed for This PostCurrent Article

What is meant by nl2br()?

nl2br inserts a HTML line break tag before each new line character “\n” in a string.
For example: echo nl2br(”god bless\n you”) will output “god bless \n you” to your browser.

Trackback URL

Post a Comment