Results 1 to 3 of 3

Thread: Want help to create a email list for my web site

  1. #1

    Thread Starter
    Junior Member ehsan85's Avatar
    Join Date
    Nov 2010
    Location
    Faridpur, Bangladesh
    Posts
    29

    Want help to create a email list for my web site

    I want to create a sidebar for my website of "email list" like attachment. I'm a learner of PHP and want to be a expert on it. This is my urgent work. Please help me.
    Attached Images Attached Images  

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Want help to create a email list for my web site

    Well, before you can send out the emails, the first thing you need to do is decide how you are going to store the names: database, text file, xml file, or something else.
    Part of this should be driven by what you are using to send out the newsletters... doesn't do you any good to put them into a flat file if the emailer will only use a database.
    Once you have that much figured out, then you can proceed to work on storing the names & addresses.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3
    Junior Member
    Join Date
    Mar 2009
    Posts
    16

    Re: Want help to create a email list for my web site

    As techgnome has said you'll need to choose how you store the information. I would store the information in a mysql database personally. Once the data is store in the database i would then output it and email it...

Posting Permissions

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



Click Here to Expand Forum to Full Width