J
|
Jane 12/17/2008 |
Hi, $message = "First line \r\n Second line"; |
L
|
Lorenbond 12/18/2008 |
Here is another method |
C
|
chorus 12/23/2008 |
Here is another method $message=$_SESSION["RecipFullName"]."\r\n"; $message.="The following message from ".$_SESSION["SendersFullName"]." was sent through the"."\r\n"; $message.="MyWebPage.com web site regarding the following listing:"."\r\n"; $message.=$_SESSION["Subject"].", Item#: ".$_SESSION["ItemID"]."\r\n"; $message.="To reply to ".$_SESSION["SendersFullName"]." simply reply to this email"."\r\n"; $message.="*****"."\r\n"; $message.="\r\n"; $message.=$txt."\r\n"; $message.="\r\n"; Notice that the first $message does not have a period (.)
|
J
|
Jane 12/23/2008 |
Hi, #email = $values["EmailField"];
|