Click to See Complete Forum and Search --> : EMail Form Script


ken_walker_jr
06-29-2003, 03:21 PM
I am interested in emailing data entered in a form. Does anyone have a script for this?

pyro
06-29-2003, 04:03 PM
If your server supports PHP, there is one here: http://forums.webdeveloper.com/showthread.php?s=&threadid=9543#post48748

ken_walker_jr
06-29-2003, 04:08 PM
Thank you very much, just what I was looking for. Am I to understand that I can put this right in my script?

pyro
06-29-2003, 04:45 PM
It is a PHP script, so put it in a file named something like formprocessor.php and then call in your forms action (and don't forget to use the POST method)

ken_walker_jr
06-29-2003, 08:02 PM
After seeing your reply, I did a little searching and it seems this is a hot item for you. I found another thread regarding your PHP script and it was very helpful. It looks like I will have to get into PHP after all. Well, thanks again for the help.

pyro
06-29-2003, 08:10 PM
You're welcome.... :)

And, if you need any help, post back in the PHP section, and we'll help you there...

Cheers!