php email form

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
ejiro2x
Forum Newbie
Posts: 22
Joined: Thu Apr 19, 2007 7:48 am

php email form

Post by ejiro2x »

i want to create a form on my website and get the results via my email box(usernames,passowrds etc),where can i get one ,

note:am a newbie!
User avatar
Oren
DevNet Resident
Posts: 1640
Joined: Fri Apr 07, 2006 5:13 am
Location: Israel

Re: php email form

Post by Oren »

ejiro2x wrote:note:am a newbie!
Then either use some ready-to-use script or start learning PHP.
Mohit_Prog
Forum Commoner
Posts: 26
Joined: Mon Apr 23, 2007 6:10 am

Post by Mohit_Prog »

Design form on your website, fill it. When the form is submitted, on the next page, fetch requests and mail it to whenever you want to send. through PHP's mail function.
User avatar
louie35
Forum Contributor
Posts: 144
Joined: Fri Jan 26, 2007 8:40 am
Location: Dublin
Contact:

Post by louie35 »

you want us to do it for you?

Create the form, try it yourself and then come back and we will help you with the code.
Post Reply