Page 1 of 1
PHP email via Form formating
Posted: Fri Oct 28, 2005 11:00 pm
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.
Re: PHP email via Form formating
Posted: Sat Oct 29, 2005 6:25 am
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.

Posted: Sat Oct 29, 2005 6:34 am
by feyd
sounds like rohabrar wants a form-mail type thing.. in which case, you use
mail() or
phpMailer...