Welcome Guest, Not a member yet? Register   Sign In
Best way to do a newline
#1

[eluser]Total Shop UK[/eluser]
Does anyone know the best way to do a new line?

Code:
\r\n
\n\n
\r\r

The code will be used in all of my text alternative emails.

Thanks
#2

[eluser]KazooSoft[/eluser]
Are they html emails?


Code:
$this->load->helper('html');

$reply = "MEssage lalala" . br(1) . "more of your messaga lalala"
#3

[eluser]KazooSoft[/eluser]
Have you tried just

Code:
\r and \n alone?
#4

[eluser]Total Shop UK[/eluser]
Decided to go for \r\n to comply with RFC 822. It doesn't look like it really matters which you use.

Thanks anyway




Theme © iAndrew 2016 - Forum software by © MyBB