View Single Post
Old 02-11-2008, 02:22 AM   #5 (permalink)
xenon
The Frequenter
Newcomer 
 
xenon's Avatar
 
Join Date: Dec 2007
Location: Bucharest, Romania
Posts: 438
Thanks: 3
xenon is on a distinguished road
Default

Quote:
Originally Posted by Aaron View Post
How would I use cron jobs from a PHP script? Is it reliable to use when managing important things?
You don't "use them from PHP'. You program the system to run some PHP scripts (e.g.: system commands) at a specified time. That's all. You can schedule a single run, a one day/week delayed task, or an hourly task. It's up to you.

Respawn: sorry, I have no clue.
__________________
I have optimistic thoughts, even though sometimes (if not always) life's a bitch.
xenon is offline  
Reply With Quote