Hey Kyle...
Try "\r\n" instead of "\n"

I had the same problem, and this fixed it for me! (someone on the net tipped
me on this one!)

Stretsh

"Kyle Smith" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
I made this code for a simple for (the end of it) but what do i change in
the $message variable so there is a new line between each other variable in
$message (ive tried $name. <br>. $last_name and..... **** happens)

<?php
$email = "[EMAIL PROTECTED]";
$subject = "Mini survey";
$message = $name. $last_name. $age. $system. $res. $cpu. $comments;
?>
<?php
mail("$email", "$subject", "$message");
?>


-legokiller666-
http://www.StupeedStudios.f2s.com
New address.... new site

ICQ: 115852509
MSN: [EMAIL PROTECTED]
AIM: legokiller666






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to