PDA

View Full Version : Redirecting email: Query



chockybickyman
February 14th, 2005, 10:37 PM
Im using Dreamweaver to edit and upload my website. I have a contact page all built up with a form with name, email address and message text fields. i want to be able to get this information directed to my email address when i click the submit button.

How would i go about doing this? Will this involve any server side scripting etc...?

Heres the page: www.nortystudios.com/contact.html (http://www.nortystudios.com/contact.html)

Any help would be greatly appreciated.
Cheers
Peter.D

Kristopher
February 15th, 2005, 01:16 AM
Check out this tutorial by Kirupa.

http://www.kirupa.com/web/php_contact_form.htm


And if you need to redirect to a thankyou page or something, you can use a PHP redirect. You can read up on this here:

http://www.phpfreaks.com/quickcode/Redirecting_the_Web_Browser_with_PHP/14.php




That should be all you need, friend :).

chockybickyman
February 15th, 2005, 06:47 AM
cheers, thanks for that,

I'll be sure to contact this thread again if i have any trouble, hopefully u can help if there is any problems.