Hi, I have a length message stored as $message, which is emailed in text format to the user. I cannot figure out how to enter new lines. It always displays as 1 paragraph. Here is my code:
$message = "Welcome to Mysite.com\"!\"\n\
Please make a note of the following information. You will need it if you want to modify your ad.\n
Username: $GET[id]\n
Password: $GET[pw]\n
IP Logged: $_GET[iplogged]\n";
TIA