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 提示的方法
搜尋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教程有興趣的朋友有所幫助。