This is not a working script example. Had the script been turned on, the script would have written a page thanking the user for signing up and giving them a return link to the page they arrived from.

The script would also have written a data file in the script's folder that would contain a list of your subscribers much like this:

It also would display the file name in a drop down menu in the Admin Panel that is managed by the admin script. The file name is whatever you designate on the signup form in the hidden input for "datafile". Therefore, you can have as many forms and data files created by the same subscribe script as you want. Just change the value of the hidden input name "datafile" in your different forms. Look at the source code on the Previous Page that contains the 2 optional forms for an example. The first hidden input datafile has a value of "newsletter" and the second, "sitechange". Therefore, 2 independent lists will be maintained by the same script. You can have as many lists as you want.

In the Admin Panel, you will be able to create as many email letters to send to your lists as you want. Just create them and thereafter select the one you wish to send to a specific list of users you choose. The Panel even comes with a "Search" feature for finding a specific user and giving you the option to delete them from the service.