====== Time Zone ====== 在文件前端加上 date_default_timezone_set("Asia/Taipei"); 或在 php.ini 中加上 ;Defines the default timezone used by the date functions date.timezone = Asia/Taipei ====== HTTP_GET_VARS ====== 從 PHP4 升級到 PHP5 時,存取 GET/POST 有所限制,可用 import_request_variables("GP"); 解決。 參考:http://tw.php.net/manual/en/function.import-request-variables.php