PHP Form and Automatic Email

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
mintsmike
Forum Newbie
Posts: 3
Joined: Fri Mar 20, 2009 2:23 am

PHP Form and Automatic Email

Post by mintsmike »

Hi folks,

I am new to phpdn and need some help.

What I am trying to do is,

Create a form with numerous labels and text boxes.
Somehow use PHP to submit the form results and send them automatically to my email address.

Any help is greatly appreciated,
regards,
mintsmike.
User avatar
jaoudestudios
DevNet Resident
Posts: 1483
Joined: Wed Jun 18, 2008 8:32 am
Location: Surrey

Re: PHP Form and Automatic Email

Post by jaoudestudios »

Google 'php contact form'

1st result looks good http://www.kirupa.com/web/php_contact_form.htm
mintsmike
Forum Newbie
Posts: 3
Joined: Fri Mar 20, 2009 2:23 am

Re: PHP Form and Automatic Email

Post by mintsmike »

Thanks for that. :D
Post Reply