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


Reply via email to