Page 1 of 1

php email form

Posted: Thu Apr 26, 2007 7:15 am
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!

Re: php email form

Posted: Thu Apr 26, 2007 7:28 am
by Oren
ejiro2x wrote:note:am a newbie!
Then either use some ready-to-use script or start learning PHP.

Posted: Thu Apr 26, 2007 7:40 am
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.

Posted: Thu Apr 26, 2007 7:48 am
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.