首頁 >後端開發 >php教程 >PHP運行出現Notice : Use of undefined constant 完美解決方案

PHP運行出現Notice : Use of undefined constant 完美解決方案

WBOY
WBOY原創
2016-07-29 09:00:411640瀏覽

Notice: Use of undefined constant title - assumed ‘title’ in F:wampwwwload_myweb.php on line 22
Notice: Use of undefined constant content - assumed 'content' in F:wampwwwload_myweb.php on line 22

進入網站會出現大量類似下面的提示,但是可以正常顯示和運行

  NotsNotice: Use of deftleine 'title' in F:wampwwwload_myweb.php on line 22
(http://img.blog.csdn.net/20160304151937245)
  這些是 PHP 的提示而非報錯,PHP 本身不需要事先宣告變數即可直接使用,但是對未宣告變數會有提示。一般作為正式的網站會把提示關掉的,甚至連錯誤訊息也被關掉
PHP运行出现Notice : Use of undefined constant 完美解决方案
關閉PHP 提示的方法

  搜尋php.ini:

  error_reporting = E_ALL

  改為:

  在每個文件頭上加

  error_reporting(0); 雖然不好弄但是可以解決問題! ! ! ! ! !這我最喜歡.

').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i

').text(i)); }; $numbering.fadeIn(1700); }); });

以上就介紹了PHP運行出現Notice : Use of undefined constant 完美解決方案,包括了方面的內容,希望對PHP教程有興趣的朋友有所幫助。
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn