PHP email via Form formating

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rohabrar
Forum Newbie
Posts: 6
Joined: Fri Oct 28, 2005 3:20 pm

PHP email via Form formating

Post by rohabrar »

Guys can someone giveme a sample code for how to send content of a form to client on submit via email in the form of nice layout. For example light version of a newsletter template.
foobar
Forum Regular
Posts: 613
Joined: Wed Sep 28, 2005 10:08 am

Re: PHP email via Form formating

Post by foobar »

rohabrar wrote:Guys can someone giveme a sample code for how to send content of a form to client on submit via email in the form of nice layout. For example light version of a newsletter template.
More punctuation please. I have no clue what you're talking about. :?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

sounds like rohabrar wants a form-mail type thing.. in which case, you use mail() or phpMailer...
Post Reply