<?php echo "Hello world this is example in php."; echo "<br>"; echo nl2br("You will find the newlines in this string on the browser window."); ?>