|
|
|
ทำไมเมื่อผมสร้าง xml แล้ว เมื่อ refresh เพจใหม่ มันถึงแสดงข้อมูลเดิม |
|
|
|
|
|
|
|
ตัวอย่างใส่หัวไฟล์ php ที่เป็นตัวออกว่าไฟล์นี้หมดอายุแล้ว เมื่อเวลาเรียกหน้าเพจโปรแกรมจะได้ข้อมูล มาเสมอ
<?php
$now = gmdate ( "D, d M Y H:i:s", mktime ( date ( "H" ), date ( "i" ), date ( "s" ), date ( "m" ), date ( "d" ), date ( "Y" ) ) ) . " GMT";
header ( 'Expires: ' . $now );
header ( 'Last-Modified: ' . $now );
header ( 'Cache-Control: no-store, no-cache, must-revalidate' );
header ( 'Cache-Control: pre-check=0, post-check=0, max-age=0' );
header ( 'Pragma: no-cache' );
.....
....
?>
|
|
|
|
|
Date :
2010-05-31 14:19:59 |
By :
Ravatna |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 05
|