Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

newline in php

<?php
 echo nl2br("If you want that '
' works. 
 Then use nl2br() function!");
 echo "<br> can also be used.";
 echo "nl2br() is in-built function whereas <br> is html tag";
?>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #newline #php
ADD COMMENT
Topic
Name
8+4 =