bestlong 怕失憶筆記

當健忘由隨機逐漸趨向常態時,作筆記是非常必要的

Entries for the ‘PHP’ Category

[PHP] Web Page No Cache

設計動態網頁一定需要避免被瀏覽器 Cache 網頁。在 PHP 程式當中加入此一函數並且在適當位置呼叫執行即可。

function send_no_cache_header () {
header ( “Expires: Mon, 26 Jul 1997 05:00:00 GMT” );
header ( “Last-Modified: ” . gmdate ( “D, d M Y H:i:s” ) . ” GMT” );
header ( “Cache-Control: no-store, no-cache, must-revalidate” );
header ( “Cache-Control: post-check=0, pre-check=0”, false );
header ( “Pragma: no-cache” );
}

Leave a Comment

WordPress and BBClone Install

BBClone 是一套以 PHP 程式所撰寫的網站計數器系統,支援多國語言版本。

安裝環境:MDK 10.1、BBClone-0.4.6e

安裝步驟:
1. 將下載回來的 Tar 檔案解開,會產生一個 bbclone 目錄。
(Read the rest of this entry…)

Leave a Comment

  • 工商服務

    廣告讀取中...
  • 近期留言

  • 標籤

  • 彙整