PHP Newline
"\r\n"
Unusual Unicorn
"\r\n"
echo "<br>";
if "test\n" not return, new line
1st solution:echo "test".PHP_EOL;
2nd solution:<?php header('Content-type: text/plain'); ?>
3rd solution:"<br />" instead of "\n" or "\r\n"