xxxxxxxxxx
<?php
#On some platforms, <br> is accepted, but worldwide, \n is used
?>
xxxxxxxxxx
The nl2br() function inserts HTML line breaks (<br> or <br />)
in front of each newline (\n) in a string. Syntax. nl2br(string,xhtml).
xxxxxxxxxx
echo "Thanks for your email" ."<br>". "Your orders details are below:"