Hey I am new to php and was thinking of writing a mailing list. Very simple, users enter their email into a box and click signup or whatever. I am just wondering.. where -or- how do I store those email addresses? Obviously storing them in a text file on the server would be risky. So do they have to be encoded or something?
You would probably want to use a MySQL table to store the emails. Then all you would have to do is write a php script that you can use to send email (Just make sure to password protect it for security!!).
PHPList is a pre-coded, easily customizable PHP mailing list application. Check it out on their website (Note to Mods: I'm not advertising this product as it's free. I'm simply providing a pre-coded resource that might be easier to understand/use).
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.