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!
E-mail documents page design
Moderator: General Moderators
for scheduled processes, you'll want to have a look at running a cron job.
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
a program that will run a specified script at specified time intervals without your interaction
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.