Source Code:
(back to article)
<?php echo "in case you are viewing the page source \r\n you will detect a newline inside this string."; echo "<br>"; echo nl2br("You will detect the \n newlines inside this string \r\n on the window of the browser."); ?>
Result:
Report an issue