PHP Nouvelle ligne
echo "\n";
hateschoollovecoding
echo "\n";
echo 'hollow world' . PHP_EOL;
return nl2br("This is the cointracker sample text.\nThis should be line 2!");
//let a variable contain multiple line
//add <br> tag in string
$variable = "123 <br> ";
echo "next line\n"; // double quotes "