User login
Unsystematic Affiliates
Change Language
Who's online
There are currently 0 users and 8 guests online.
PHP Mail Function
Can anyone tell me how to get a line break on the $Message variable so that the $name and $Email will appear on different lines?
";
//Performing Mail script...
mail($Email, $Subject, $Message, $Header);
?>
here's the code...it didn't appear for some reason.
$Name = $_POST['name'];
$Email = "forms@flipabeat.com";
$Message = "$Name" ./n. "$Email";
$Subject = "New Web Lead";
$Header = "From: $Name ";
mail($Email, $Subject, $Message, $Header);
Submitted by ThaJock on May 4, 2008 - 2:35am.
Post new comment
Like what you see?
Why not add more? C2D is looking for other Christian Web Masters who would like to help write articles for this site. If you have expericance in FLASH, CSS/HTML, PHP/MySQL, PhotoShop/GIMP, Blender, Javascript, or just General Design - our users would love to hear what you have to say.
Contact Us