Results 1 to 2 of 2

Thread: PHP Form

  1. #1
    Join Date
    Nov 2007
    Posts
    7

    PHP Form

    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!

  2. #2
    Join Date
    Dec 2004
    Posts
    2,788
    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).

Similar Threads

  1. Form processing question (PHP preferred))
    By Endante in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 09 Mar 2006, 07:10 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •