PHP - Php Scheduling
Hello to everyone
Does anyone knows how to schedule php script? I have a script that saves the scheduled task on MYSQL database. What i want is that when the scheduled task reach its due date, the php script will initiate automatically without any user interaction. I've tried using Windows Scheduler but it will not solve my problem because windows scheduler only runs when it reaches its scheduled time. Only then the script will initiate. Please help me guys. I will really appreciate all the help i cant get. thanks in advance Similar TutorialsHello, can anybody help me about my problem with scheduling. I'm building a website for a driving school that has scheduling as its major function. It has 3 major courses which is: Beginner, Refresher and Executive courses. Each course has their different packages. For example, for Refresher course: 5 days at 2 hrs a day 2 days at 5 hrs a day 7 days at 2 hrs a day Can you help me in identifying the conflict if ever there's already an existing schedule? Hi Guys, I have a project where i have to do a patient doctor appointment, i have build a db with table with patient and doctor, but i am not sure about the tables or date and time scheduling for appointment? Each and every doctor has their own dates and timing,please give me some tips in building these. Thanks |