Form to e-mail.<

liunx

Guest
Hi,

At the moment I have a large number of fields in a form written like:

<input type="text" size="50" name="address">

At the moment that is all there is.

I was just wondering is there anything (as in a mail form script) I can just hook up to them and they'll send e-mails fine?



Thanks in advance,
Glen (PHP newbie)well search these forums and you will find what you need.

you will need the form's actions to point to the php script. then in this script you will haev ti capture all the posted form elements and then send them to a address.


prett easy and it is in this forum.
 
Back
Top