code for email widget that sends the addresses to my email

Discussion in 'HTML & Website Design' started by eric8476, Sep 17, 2007.

  1. #1
    I got a standard enter your name and email box on my site and want the nams and emails entered to go directly to my email address or to generate in a list. How do I get that to happen?
     
    eric8476, Sep 17, 2007 IP
  2. sawz

    sawz Prominent Member

    Messages:
    8,225
    Likes Received:
    808
    Best Answers:
    0
    Trophy Points:
    360
    #2
    try locating a simple mailing list program to capture names and email addresses. most of them have the option to notify the owner of recent additions.
     
    sawz, Sep 17, 2007 IP
  3. simonpeterong

    simonpeterong Peon

    Messages:
    62
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    There's a site that provides form to email services for free, if that's what you are looking for check webformdesigner.com go and check it out and see if that's what you're looking for :)
     
    simonpeterong, Sep 17, 2007 IP
  4. quickwebdesigners

    quickwebdesigners Peon

    Messages:
    106
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #4
    have like $_GET["email"] and $_GET["name"] and use INSERT statements to store it in a database

    Then when you need it, write it out to a webpage with a do while or while loop.

    PM me if this is too confusing and I'll try my best to help you out
     
    quickwebdesigners, Sep 17, 2007 IP