Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

PHP nl2br — Inserts HTML line breaks before all newlines in a string

<?php
echo nl2br("foo isn't
 bar");
?>
 
PREVIOUS NEXT
Tagged: #PHP #Inserts #HTML #line #breaks #newlines #string
ADD COMMENT
Topic
Name
3+2 =