PHP Notice: Undefined variable

> PHP Notice: Undefined variable:
php.ini
error_reporting = E_ALL & ~E_NOTICE
如果你没有php.ini的修改权限,可在php头部加入
ini_set(“error_reporting”,”E_ALL & ~E_NOTICE”);

This entry was posted in 网站 and tagged , . Bookmark the permalink.

发表评论

电子邮件地址不会被公开。 必填项已用*标注

您可以使用这些HTML标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>