Php error Notice: Undefinedvariable solution

Source: Internet
Author: User
Php error Notice: Undefinedvariable solution
The Undefined variable error occurs most of the source code downloaded from the Internet. In general, php does not need to define variables. However, if the server reports any error, an error will occur. Therefore, this error should be blocked on the server.

The Undefined variable error occurs most of the source code downloaded from the Internet. In general, php does not need to define variables. However, if the server reports any error, an error will occur. Therefore, this error should be blocked on the server. Notice: Undefined variable: email in D: \ PHP5 \ ENOTE \ ADDNOTE. PHP on line 9 Notice: Undefined variable: subject in D: \ PHP5 \ ENOTE \ ADDNOTE. PHP on line 9 Notice: Undefined variable: comment in D: \ PHP5 \ ENOTE \ ADDNOTE. PHP on line 9 ........

In fact, the above is the undefined variable, and we will directly judge the code of the variable. Php does not need to define variables, but what should I do in this case? Find the php. ini file in C: \ WINDOWS.

In php. ini, change error_reporting = E_ALL to error_reporting = E_ALL &~ E_NOTICE: restart apache2.2.

Solution: modify php. ini and change error_reporting = E_ALL to error_reporting = E_ALL &~ E_NOTICE

If you do not want to display any errors, modify display_errors = Off. if you do not have the permission to modify php. ini, add "ini_set (" error_reporting "," E_ALL & ~ "to the php header &~ E_NOTICE ");

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.