javascript? php? simple mailing list database?
im trying to find a simple script i can embed in an html form on my website so that a user can enter their email address to receive updates/invites, and when they click submit it will write the text they input into a text file on the sever, with each entry separated by a semicolon... so that everytime i add new work to my site, i can copy/paste the most recent mailing list directly into my mail client... like so:
user@domain.com; user1@domain1.com; user2@domain2.com; etc
is this possible? anyone have a code that does this or, if not, advice on how to code this myself? much appreciated.
also, if it were possible to have the code check the database for duplicates, that would be helpful.