Skip to content

Instantly share code, notes, and snippets.

@xonge
Created May 28, 2015 06:25
Show Gist options
  • Select an option

  • Save xonge/0dfb37045f2bd308205e to your computer and use it in GitHub Desktop.

Select an option

Save xonge/0dfb37045f2bd308205e to your computer and use it in GitHub Desktop.
php:nl2p
function nl2p($text) {
return "<p>" . str_replace("\n", "</p><p>", $text) . "</p>";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment