I have two php files. In one php file there is simple html form in which I created some drop down for select time and days for cronjob when user set time and day and submit form then all the drop down values stored in database.
Now with the help of this stored values I need to set cronjob and when cron will execute then it run another php file in which I write some code for generate xml file. And this file run every time which time is stored by user in database.
By using Cpanel I can do that but I don't want to use cpanel.
Please give me some proper and working solution, I really need it. Thanks in advance.
crontab -eto edit it directly. – MrCode Nov 9 '12 at 10:51cronlike this. Thecrontabfile is quite static. Why not when updating the database update the file as well? Seems the best solution and the easiest one to implement. – Ed Heal Nov 9 '12 at 10:52