Troubleshooting of PHP errors: Difference between revisions
Jump to navigation
Jump to search
(Created page with " 執行PHP時顯示原始碼的錯誤 * 確認伺服器是否能執行 PHP。驗證: [http://php.net/manual/en/function.phpinfo.php phpinfo] * php.ini 檔案 需要開啟 short_o...") |
(No difference)
|
Revision as of 10:53, 6 November 2012
執行PHP時顯示原始碼的錯誤
- 確認伺服器是否能執行 PHP。驗證: phpinfo
- php.ini 檔案 需要開啟 short_open_tag = Off -> On