Forum Moderators: coopster
I would to set up a cronjob that is started manually by clicking a submit button on a web form. The cron then runs once every 30-minutes, for example processing x-number of records in a database once every 30-minutes, until it's job is done and then waits until I manually call it again from the web page.
Any ideas on how this can be done?
Tnank you in advance
This question though makes me think there could be a better way.
Why not just a normal cron? If there was nothing for it to do at that time it could just end.