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.
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.
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...