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