Go Back   Novahq.net Forum > phphq.Net > phphq.Net Forums
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-21-2006, 11:41 AM
snjezana
Unregistered

Posts: n/a

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
Reply With Quote
  #2  
Old 03-23-2006, 07:48 AM
nraum
Unregistered

Posts: n/a

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"
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
does any body have a clue??? bigsmellyfart Humor & Jokes 0 06-17-2006 01:34 AM
Any body else with German Blood? Trojan General Chat 19 12-14-2005 01:14 PM
Body Piercing!! Scorpion101 Humor & Jokes 4 07-31-2005 01:56 PM
A Lazy Body Builders Hellfighter Humor & Jokes 9 03-12-2004 02:29 AM


All times are GMT -5. The time now is 01:41 PM.




Powered by vBulletin®