系統公告
最近文章發表
最新的回應
- 目前沒有留言
好時光貼曆
人氣指數
當日人次:
累積人次:
累積人次:
我推薦誰
誰推薦我
誰來我家
贊助商
其它資訊
本部落所刊登之內容,皆由作者個人所提供,不代表 yam天空部落 本身立場。
推薦這個部落格: 1
November 15, 2005
只要經過適當的設定,.html 也能執行 PHP:
觀看全文...
with httpd.conf and php.ini access
在 httpd.conf 的 mod_mime.c 段落中加入:
AddType application/x-httpd-php .html
在 php.ini 加入:
include_path = ".:/path/to/folder"
再 restart apache 即可。
without httpd.conf and php.ini access
在 .htaccess 中加入:
AddType application/x-httpd-php .html
php_value include_path .:/path/to/folder
即可。
觀看全文...
yam天空部落 建置維護 © 1999~2010 webs-tv inc. All Rights Reserved.



