Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
website mail form
Name: Nick Date: November 17, 2003 at 18:03:16 Pacific OS: xp pro CPU/Ram: 1800+/512
Comment:
Hey everyone. I'm currently making a website for an event and i need a registration page. I can setup the forms no problem but i just need to know how to get all that information sent to my e-mail address so i can record it. I don't really want to use ASP but i will if i have to. Is there a way i can do this with javascript or maybe php. An in depth explanation would be great. Thanks so much.
your form's action can be set to mailto:youremailaddress@you.com. this is probably the most simplistic method. note, that you may have difficulty with some users, when they do not have their email setup or are on a public system... etc.
I do this using PHP (i also do no like ASP). If your server supports PHP, I can send out the script.
Summary: When our clients send us e-mail from our website e-mail form, the auto- responder sends them a our automatic response message. Is there a way to set the CGI program to only send an automated respons...
Summary: IR- I'm not sure why people with hotmail or yahoo would have difficulty using an e-mail form if it had a server side script in php or any other language to read it in and e-mail the contents to someon...