I'm new to PHP, and am assigned a project to allow users to click checkboxes for which documents they want e-mailed to them monthly.
There are five documents they can choose from, and I was thinking the database would be 6 columns:
1. E-mail address as PK
2. 5 other columns representing the 5 documents as a bit type
What I don't know is how to start with getting a SPROC on mySQL for scheduled e-mailing, or if this is even available.
We've chosen a hosting site, so I'm wondering if there's anything I need to check with them first to see if this is possible.
Any suggestions are welcome!
There are five documents they can choose from, and I was thinking the database would be 6 columns:
1. E-mail address as PK
2. 5 other columns representing the 5 documents as a bit type
What I don't know is how to start with getting a SPROC on mySQL for scheduled e-mailing, or if this is even available.
We've chosen a hosting site, so I'm wondering if there's anything I need to check with them first to see if this is possible.
Any suggestions are welcome!