Hello, I am a newbie coder and I am trying to find a way to create a php mailing list.
Ive tried looking around but have only succeeded in becoming more lost and confused.
I would like the users to enter their email address into the text box and click submit and have the email addresses seperated by ;'s and imported into a .txt file on my server.
I will then copy the email addy's and import them into my emailing software.
Some options I would also like is a redirect to a page thanking them for adding their email to my list. I would obviously make the page but if nayone knows how to redirect with in the php file that would be excellent.
I am also interested in knowing if there could be a way to validate the email so that it is in proper email form ie 123@acb.com.
Thank you very much for any and all help.