 | PROJECT: Passport Music's Free MP3 of the Month Club and online dealer applications |
Passport Music is a recording label specializing in nature sounds and world music. This automated email newsletter is very simple, yet extremely effective. Signing up for the "FREE MP3 of the month Club" is as simple as filling out a two line form:

The database tables store the info, and contain a record for each month's free mp3 file (link to file, title, album and specials for that month). A monthly cron job executes a php script that reads the current months data, populates an html email template with the info, and then emails each signup record found. Removal links are also included for a member to automatically remove themselves from the list. It has error checking functions that will email admin about errors, however no errors have ever been made. This system will work unattended (from it's creation date, in 2008) until the year 2012, when it will notify the admin that more music tracks are needed to continue.
Passport Music also had a need for online order forms for their wholesale dealers.

These online order forms email the dealer and admins about the orders, stores all the info into a database, and displays it back in a "production table" style, so that technicians can access the info and post the job status.
 |