1
Most efficient cron command to call a php script?
Any thoughts on the most efficient Cron command to call a php script? Basically, I want to trigger a page to run the script, so I’m currently using Lynx after I was worried my previous command (wget -O – -q -t 1 http://www.example.com/cron.php) was creating extra files in some dark corner of my server. It [...]
Answer Question
| January 25, 2010 9:04 PM
cron jobs, PHP Coding, PHP scripts
Any thoughts on the most efficient Cron command to call a php script? Basically, I want to trigger a page to run the script, so I’m currently using Lynx after I was worried my previous command (wget -O – -q -t 1 http://www.example.com/cron.php) was creating extra files in some dark corner of my server. It [...]
1





