Hello,
i am wanting to add a section in my php application to add / remove scheduled task.
Something similar to what they use in vBulletin Forum.
Does anyone have any ideas what they use? are they using Cron Jobs or do they have something custom done.
Can anyone guide me on how i can accomplish something similar to that, basically i just want my script to add or remove cron jobs / scheduled task.
But i don't want to use for example the cPanel Cron interface, i would like to accomplish this from within my script.
Any help is greatly appreciated.