Is it at all possible to schedule a cron job from a php script? Perhaps cron isn't my best option.
I need to have a script run automatically at one specific time and not repeat. The way I was thinking of doing this is to schedule a cron job, then when it runs remove it from crontab. Is this possible, or even the right solution?