Killersites.com Homepage Welcome Guest   |   Register  |  Login
Login Name Password
  Search  
  Index  | Recent Threads  | Unanswered Threads  | Who's Online  | User List  | Help



Quick Go »

No member browsing this thread
Thread Status: Active
Total posts in this thread: 3
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 2384 times and has 2 replies Next Thread
Female dchesla
Stranger




Joined: Feb 5, 2008
Post Count: 2
Status: Offline
Reply to this Post  Reply with Quote 
help with tell-form response

Hello!

I learned how to create a "tell-form" with Stefan Mischook's help, as detailed in a tutorial in Web Design 2.0 magazine. I"ve been able to customize a fair bit, which I love! I'm not a programming by any means but can follow php enough to enable customization.

The last part I'm stuck on is being able to change the "From" line in the sent email. It always appears as "Nobody." Actually, I see that it uses my host and is written exactly as:

"Nobody" <nobody@web202.smartwebservers.com>

Is it possible to change the "Nobody" line? And how would I do this?

Thanks so much! Great tutorials!
diane

[Feb 5, 2008 9:21:22 AM] Show Printable Version of Post    View Member Profile    Send Private Message    Hidden to Guest [Link] Report threatening or abusive post: please login first  Go to top 
Male tpattison
Advanced Member
Member's Avatar

UK
Joined: Dec 29, 2004
Post Count: 1662
Status: Offline
Reply to this Post  Reply with Quote 
Re: help with tell-form response

The PHP mail() function is as follows:

mail(your@email, Subject, Message, Headers);

The last parameter, header, allows you to place email headers such as "From: email@address.com".
----------------------------------------
Pavonis Mons | Listen of the week: "Residue of Desire" by Acumen
[Feb 5, 2008 9:32:50 AM] Show Printable Version of Post    View Member Profile    Send Private Message [Link] Report threatening or abusive post: please login first  Go to top 
Female dchesla
Stranger




Joined: Feb 5, 2008
Post Count: 2
Status: Offline
Reply to this Post  Reply with Quote 
Re: help with tell-form response

Thank you so much! It works! And I love it!!!!!
diane
[Feb 5, 2008 10:01:26 AM] Show Printable Version of Post    View Member Profile    Send Private Message    Hidden to Guest [Link] Report threatening or abusive post: please login first  Go to top 
[ Jump to Last Post ]
Show Printable Version of Thread  Post new Thread