Hi everyone!
I am pretty new to linux/apache/mysql/php webdevelopment, and already face some serious problems ;-)
For my current project it is necessary that some useraction is perfomed on the database with a delay (may be only minutes, may be days), even if the user does not stay on the website and disconnects. I already heart that so called "cron jobs" are doing this kind of job, but I wonder how to initiate those cron jobs via PHP, can you help me or give me a short example?
Or is there another, perhaps even better way to implement such a delay (I heart some rumours about CGI...)? Does anyone know a good website where I can find information?
Many thanks in advance,
Timor