我还是不懂怎样在linux后端自动半小时运行程序test1.php4???

我还是不懂怎样在linux后端自动半小时运行程序test1.php4???

你好,
我要在linux后端只要开机就每隔半小时运行一次程序test.php4,
而在运行此程序时不要它跳出ie浏缆器窗口,
因为如用程序本身自动刷新侧好象要在ie窗口中的。
<head>
    $meta_refresh
    <title>$header</title>
    <style type="text/css">
            body { font-family: verdana; font-size: 14px; }
            a { font-family: verdana;
            font-size: 14px;
            text-decoration: none }
    </style>
</head>

// 这里 秒为单位:
$sec = "32";

// meta refresh stuff for auto slideshow...
if ($auto_slideshow == "true") {
$meta_refresh = "<meta http-equiv=\"refresh\" content=\"";
$meta_refresh .= "$sec;url=$path?directory=$directory&currentPic=$next\">";
}
else $meta_refresh = "\n";