Admin
|
Apache
|
Javascript
|
Php
|
runing a PHP script with Cron and Wget
|
merging two files with unix
|
runing a PHP script with Cron and Wget
Problem
in crontab run http://www.domain.com/script.php at 12.30, every day
Solution
30 12 * * * wget --delete-after "http://www.domain.com/script.php"