2014年6月11日 星期三

How to schedule the execution of a PHP script on the server side?

On Linux/Unix (including Mac OSX), create a cron job.

# minute (0 - 59) 
# hour (0 - 23)
# day of month (1 - 31)
# month (1 - 12) OR jan,feb,mar,apr ... 
# day of week (0 - 6) (Sunday=0 or 7)  OR sun,mon,tue,wed,thu,fri,sat 
# *  *  *  *  *  command to be executed
30 3  *  *  *  php /home/scripts/do_something.php
30 3  *  *  *  wget your.domain.com/do_something.php

 http://stackoverflow.com/questions/1194857/how-to-schedule-the-execution-of-a-php-script-on-the-server-side

沒有留言:

張貼留言

Weight Loss! The journey continues

是一個漫長的奮鬥旅程…… 最近嘗試努力改變的生活習慣: 晚上九時半去瞓覺 瞓覺前唔用電子奶咀,即喺ipad同手提電話(因為呢家部電話用耐咗,會無電要叉過夜) 用蔬果代替日常零食,例子有:車厘茄、藍莓、士多啤梨、粟米芯、提子,都係細細地嘅一舊一舊comp食啲 唔食熱氣零食 安靜去每...