yannLH
08-11-2003, 10:25 AM
Hi,
I would like to execute a PHP script every day automatically in order for my information on my website to keep being accurate.
I have a linux and so I thought I could do it with cron. I also found that there exists CLI, a php module that executes PHP in command line. But the problem comes from the fact that CLI only appeared with PHP 4.2.0 and the version on my server is only 4.0.5!!!!! So how did people manage to automate their script before 4.2.0????
Thanks for replying
Yann
I would like to execute a PHP script every day automatically in order for my information on my website to keep being accurate.
I have a linux and so I thought I could do it with cron. I also found that there exists CLI, a php module that executes PHP in command line. But the problem comes from the fact that CLI only appeared with PHP 4.2.0 and the version on my server is only 4.0.5!!!!! So how did people manage to automate their script before 4.2.0????
Thanks for replying
Yann