Forum Moderators: coopster
I've tried
$message = " blah blah\n blah blah ";
and
$message = " blah blah\r\n blah blah ";
neither of which is working.
What am I doing wrong (besides knowing next to nothing about writing php files)?
$message = " blah blah<br>blah blah ";
dc