Click to See Complete Forum and Search --> : forms , forms , forms.


mliquori
05-18-2005, 09:20 PM
after i create a form on my web page. what wouldf the html be to submit the info to a certain email adress.
please help.

misteralexander
05-19-2005, 12:44 AM
You don't want to do that. Okay, well you COULD do that but all you'd get is a bunch of jumbled text encrypted by the browser. What you want to do is make the <FORM ACTION="PHP Script"> point to a PHP Script that will handle the information & then set it up so that script emails you the information.

There are tons of FREE processing scripts online. I searched Google (http://www.google.com/search?sourceid=navclient&ie=UTF-8&rls=GGLD,GGLD:2004-42,GGLD:en&q=PHP+Form+Processing) and found a bunch of tutorials & a few free pre-packed scripts.

Hope That Helps.

mliquori
05-19-2005, 06:18 AM
Thanks for the info, i'll look into that link .