PDA

View Full Version : PHP Form



Frogman3
26 Nov 2007, 12:34 PM
Okay, I have a web site with a coupon offer section, where people can enter in their name/coupon wanted/etc into a form.
I want to be able to have that info emailed to my inbox, where I can in turn create the coupon and send it. My brother set up something like this before with PHP, but I have no idea how to do it. Anyone know of a tutorial or web site that can show me how to set this up? Thanks a bunch!

alvo
26 Nov 2007, 03:41 PM
If all you need is the contents of a form emailed to you, there are a lot of scripts that will do this for you. http://hotscripts.com will have them, including several that are free. If you need one that accept the input, create the coupon and email that to the user you'll need to do some additional work (how much depends on what the finished product looks like) and you're likely have to get a programmer to do that (although you might be able to have the form input added to a template you make without having to do so).