Okay, I know how to do email with php but I want to make a script that will send out an email every thursday. Is there a way to make it automatic or would I have to press a submit button to make it happen?
What I’m trying to accomplish is to make an itinerary system for my office. I want people to be able to submit their hours for the next week via a form page and then have a page that shows when everyone is working. Most of it I know how to do, but Im not sure about the automatic email and I’m not sure exactly how to set up the database to make it run smoothly.
The part that is confusing me is that I don’t want their hours shown unless it’s for the current week. And I dont want to have to keep going in and creating new tables in the database for each week. Maybe the script that sends out the email coudl also create a new table in the database for the upcoming week. Any ideas?
Thanks in advance
SR :thumb: