Does anyone know where I could find some code that would allow me to create a "Subscribe To Me" field where people put in their code and can subscribe to a mailing list?
Do you have a mailing list setup? That would be the first step. Step two is figuring out what data you need to send to it, and how: HTTP POST/GET, session variables, cgi, etc. From there it might be fairly simple, but you need to know your mailing list first.
Comments
Try googling for a 'HTML forum' and you'll probably get a much faster response.
If this is for a blog then there should already be a plugin for it, especially if it's Wordpress.
Alas, I don't have an answer.
Do you have a mailing list setup? That would be the first step. Step two is figuring out what data you need to send to it, and how: HTTP POST/GET, session variables, cgi, etc. From there it might be fairly simple, but you need to know your mailing list first.