Novahq.net Forum

Novahq.net Forum (https://novahq.net/forum/index.php)
-   phphq.Net Forums (https://novahq.net/forum/forumdisplay.php?f=277)
-   -   Adding info into the body (https://novahq.net/forum/showthread.php?t=38708)

snjezana 01-21-2006 11:41 AM

Adding info into the body
 
Can anyone help with the code for inserting actual input data in the body of the email, such as:

Name: Some name
Email address: some@email.com
Message: Message text...javascript:emoticon(':wink:')
Wink

nraum 03-23-2006 07:48 AM

Find this are of the code:

PHP Code:

$message.="\n";
$message.=$yourmessage;
$message.="\n"

Change it to something like this:

PHP Code:

$message.="\n";
$message.="Name: $name";
$message.="\n";
$message.="Email Address: $youremail";
$message.="\n";
$message.="Message: $yourmessage";
$message.="\n"



All times are GMT -5. The time now is 10:48 AM.

Powered by vBulletin®