查看完整版本: Apache log 中出現 PHP Notice: Undefined index 的解決方式


seeyou 2011-10-27 14:15

Apache log 中出現 PHP Notice: Undefined index 的解決方式

<P>PHP Notice: Undefined index: ... 問題的解決方案<BR>首先,這個不是錯誤,是警告訊息。<BR></P>
<P>主要是設定php.ini裡面<BR>去設定show error 的level<BR><BR>以下為說明<BR>--------------------------<BR></P>
<P>在使用外部傳遞變數 $_POST 或 $_GET</P>
<P>Apache log 中有可能出現 PHP Notice: Undefined index</P>
<P><SPAN id=more-32></SPAN></P>
<P>&nbsp;</P>
<P><FONT color=blue size=3>解決方式:</FONT></P>
<P>修改 php.ini<BR></P>
<P>修改錯誤訊的顯示值為:</P>
<P>[quote]<BR>error_reporting = E_ALL &amp; ~E_NOTICE<BR>[/quote]</P>
<P>&nbsp;</P>
<P>這樣就可以囉~~</P>
頁: [1]
查看完整版本: Apache log 中出現 PHP Notice: Undefined index 的解決方式