PDA

View Full Version : Html form problem


Stanza
08-12-2008, 09:24 AM
This is what I need to do:

I need to create a basic enquiry form that my clients can fill out and send to me, which goes directly to my email address...

Do I need a php file to do this...

Is there already a great tutorial out there that can show me.

What are the basic steps that I need to complete this.

Any help would be greatly appreciated.

abduraooft
08-12-2008, 09:35 AM
See http://www.w3schools.com/PHP/php_mail.asp to begin with.

PS: $_REQUEST should be $_POST there.

BabyJack
08-12-2008, 11:03 AM
Do I need a php file to do this...
Obviously.