Source Code:
(back to article)
<?php $string = "Hello\nWorld!"; echo nl2br($string); ?>
Result:
Report an issue