Automatic Email Scheduel [HELP]

wolf788

Member
Jan 12, 2011
99
2
Hey everyone! So it's a long story. So I'll just tell you what I need help with.

I want to create a website form or program that is for a job. Every week the manager has to manually and individually send out that week's scheduel to tell each employee what day and times they're working. I want to know how to make something that when either manually entered or imported via excel spreadsheet after hitting send it will send the schedule to that ONE individual employee. Please help!
 

Kaz

BooYah
Staff member
Nov 16, 2010
3,064
1,025
Have a database which is linked to an employee.
Name, email, schedule (mon - sun)

Name is self explanatory
Email is where the employees schedule will be sent to
Schedule - What hours the person is working on what day

Then have a cron run on X day at X time which will execute send.php (or w/e you want to call it) which will then send the the email to each employee listed in the table along with their schedule for that week.

How to code it? Thats your job
 

Users who are viewing this thread

Top