網(LieHuo.Net)教程 config.inc.php只要把這個文件里的允許執行sql從默認的0改到1 頁面馬上就亂了 顯示一下代碼!然后按什么都沒反應了退出后再也登陸不進了!版本是utf-8:
以下為引用的內容: Warning: Cannot modify header information - headers already sent by (output started at E:webyuanfangincludeconfig.inc.php:1) in E:webyuanfangincludecommon.inc.php on line 36 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at E:webyuanfangincludeconfig.inc.php:1) in E:webyuanfangadmin.php on line 19 |
解決方法如下:(網 www.liehuo.org)
以下為引用的內容: 出錯的卻是因為編碼問題,因為我直接用txt文本打開編輯再保存產生了默認的utf-8編碼,只需在保存時選用ANSI編碼就沒問題的了! |