UBUNTU定時執行PHP程式 - Linux

By Tracy
at 2009-12-30T14:40
at 2009-12-30T14:40
Table of Contents
※ 引述《OpenGoodHate (什麼東西什麼東西)》之銘言:
: 伺服器系統:ubuntu 9.10
: PHP:5.2.10
: APACHE:2.2.12
: MySQL:5.1.37
: Webmin:1.490
: 目前想要每天固定時間跑一支程式
: 會去資料庫中做一些比對和寫入的動作
: 這樣子要如何設定時間到系統就自動去跑這支程式
: 是要用網頁嗎,還是要寫SHELL
如果你要用的是 PHP 的話,你可以考慮直接寫成 shell script
不過系統中你要記得裝 command line mode 的 PHP
php -v 執行結果如下:
PHP 5.2.4-2ubuntu5.9 with Suhosin-Patch 0.9.6.2 (cli)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
如果你懶得裝,你可以寫成網頁,然後在 crontab 裡透過 curl 去執行
--
-- G.Chaucer --
And if that at myn owene lust I brenne,
Fro whennes cometh my wailing and my pleynte?
--
: 伺服器系統:ubuntu 9.10
: PHP:5.2.10
: APACHE:2.2.12
: MySQL:5.1.37
: Webmin:1.490
: 目前想要每天固定時間跑一支程式
: 會去資料庫中做一些比對和寫入的動作
: 這樣子要如何設定時間到系統就自動去跑這支程式
: 是要用網頁嗎,還是要寫SHELL
如果你要用的是 PHP 的話,你可以考慮直接寫成 shell script
不過系統中你要記得裝 command line mode 的 PHP
php -v 執行結果如下:
PHP 5.2.4-2ubuntu5.9 with Suhosin-Patch 0.9.6.2 (cli)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
如果你懶得裝,你可以寫成網頁,然後在 crontab 裡透過 curl 去執行
--
-- G.Chaucer --
And if that at myn owene lust I brenne,
Fro whennes cometh my wailing and my pleynte?
--
Tags:
Linux
All Comments

By Tristan Cohan
at 2009-12-31T17:06
at 2009-12-31T17:06
Related Posts
ssh連不上

By Enid
at 2009-12-30T10:33
at 2009-12-30T10:33
profiling的使用

By Genevieve
at 2009-12-30T10:13
at 2009-12-30T10:13
網路流量監控程式?

By Catherine
at 2009-12-30T08:45
at 2009-12-30T08:45
ubuntu開機時抓不到硬碟

By George
at 2009-12-30T03:12
at 2009-12-30T03:12
emesen

By Olga
at 2009-12-30T01:53
at 2009-12-30T01:53