17Oct
How do I add a mailing list sign up to a website?
1 comment so farI’m creating a website for a family memeber, and obviously I’m not a professional or anything. But they want a mailing list on their website so they can contact the people who sign up. How can I do this?
Categories: Other - Computers
Saturday, October 17th, 2009 at 10:02 am and is filed under Other - Computers. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.







There are a lot of ways. If you are creating a sign up page, then just use the inputs from the text box of the name and email and save them to a table in the database.
Later create a page which will fetch the name and email address of the people in a page called mailing list.
Also you can use the guestbook feature,which keeps the data of the people signed in. It depends how you want to implement your website