這裏顯示兩個版本的差異處。
| 下次修改 | 前次修改 | ||
|
php:basic [2007/06/16 01:35] wenpei 建立 |
php:basic [2008/04/06 23:55] (目前版本) wenpei |
||
|---|---|---|---|
| 行 6: | 行 6: | ||
| ;Defines the default timezone used by the date functions | ;Defines the default timezone used by the date functions | ||
| date.timezone = Asia/Taipei | 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 | ||