logo
Published on Code2Design (http://www.code2design.com)

PHP Mail Function

By ThaJock
Created May 4 2008 - 2:32am

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);

?>

‹ Newbie stuck - php doesn't seem to want to work [0] Multiple Rows of Information Being Added into Database › [0]

Source URL:
http://www.code2design.com/forums/php_mail_function