Answers for "php linke break in string"

PHP
0

php linke break in string

<?php
  
// Insert a line break with new line
echo nl2br("This is first line n This is second "
   + "line n This is third line n This is forth line");
  
?>
Posted by: Guest on December-24-2021

Browse Popular Code Answers by Language