Answers for "string break in php"

PHP
5

php split string

explode(" ","Geeks for Geeks")
Posted by: Guest on April-02-2020
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