You could, by modifying the crontab file and supplying it to the "crontab" program.
However, this is probably a bad idea:
- What user are your cron jobs running as? If it's different from the web server, then you won't be able to do it.
- Why not run a cron job that runs fairly regularly and checks what it has to do using a database / files as necessary?
- How do you hope to get it right? Testing such a setup sounds iffy at best.
Mark