|
|
|
อยากเขียน php ให้ทำงานทุก ๆ 5 นาทีครับ ใครเคยทำแนะนำด้วยครับ |
|
|
|
|
|
|
|
เอาใหม่ครับ ตัวนั้นมัน Error
Code (PHP)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-874" />
<title>Untitled Document</title>
<script type="text/JavaScript">
<!--
function timedRefresh(timeoutPeriod) {
setTimeout("location.reload(true);",timeoutPeriod);
}
// -->
</script>
</head>
<body onLoad="JavaScript:timedRefresh(1050);"><!-- กำหนดเวลาในการ Refresh ยิ่งเยอะยิ่งนาน -->
<?php
for ($i=1; $i<=5; $i++)
{
echo "สวัสดี ชาวโลก!<br /><br />";
}
echo "วันนี้คือ".date("d/m/Y H:i:s");
?>
</body>
</html>
|
|
|
|
|
Date :
2009-07-03 00:07:34 |
By :
panyapol |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ถ้าไม่ใช้ javascript ใช้ meta tag ก็ได้นะ
|
|
|
|
|
Date :
2009-07-03 00:20:34 |
By :
plakrim |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ลองใช้ cron เรียกเอาก็ได้น่ะครับ
|
|
|
|
|
Date :
2009-07-03 08:35:24 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ไม่เคยใช้ cron ไกด์แนวทางหน่อยครับพี่วิน
|
|
|
|
|
Date :
2009-07-03 08:57:18 |
By :
panyapol |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 04
|