Php variable undefined and other error solutions

Source: Internet
Author: User
: Php variable undefined and other error solutions: Set the error level in the project to error_reporting (E_ALL | E_STRICT); array variable undefined will also report an error, in fact, it is quite good, but sometimes this error does not need to be reported. The PHP solution is: @ $ _ GET [unkown]. in this way, the error prompt can be placed. set the error level to error_reporting (E_ALL | E_STRICT) in the project );
If the array variable is undefined, an error is returned. In fact, it is quite good, but sometimes this error is not required. The PHP solution is as follows:
@ $ _ GET ['unkown '];
In this way, the error message is displayed.

The above describes the php variable undefined and other error solutions, including the content, hope to be helpful to friends who are interested in PHP tutorials.

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.