Troubleshooting of PHP errors

From LemonWiki共筆
Revision as of 10:53, 6 November 2012 by Planetoid (talk | contribs) (Created page with " 執行PHP時顯示原始碼的錯誤 * 確認伺服器是否能執行 PHP。驗證: [http://php.net/manual/en/function.phpinfo.php phpinfo] * php.ini 檔案 需要開啟 short_o...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

執行PHP時顯示原始碼的錯誤

  • 確認伺服器是否能執行 PHP。驗證: phpinfo
  • php.ini 檔案 需要開啟 short_open_tag = Off -> On