<!DOCTYPE html> <html> <body> <?php echo nl2br("One line.\nAnother line.",false); ?> </body> </html>
<?php echo nl2br("One line.\nAnother line.",false); ?>