php
jacobib713 asked:


Hello,

I’m new to PHP, and I’m setting up my website so that people can subscribe to a newsletter. I’ve successfully gotten to the point where a visitor can enter an email address, and it will be added to a table in my database.

Now, how do I make a page where the admin can type in a newsletter and have it be sent to all email addresses that are stored in that table?

Thanks!