(Lone solitary Nine swords)--php Video Learning-Error handling

Source: Internet
Author: User
Tags parse error

(1) Error handling concepts

In the production environment (ie public Network) to others to visit the website, mobile website, mobile phone interface. If the error shows up, it's easy to expose

1. server file path and file storage specification

2. Some people like to be named after a personal name, through social engineering can reverse the reasoning of the password

3. mysql database server addresses are sometimes exposed

This code, for example, exposes the server-side file storage path, frame information, and so on without semicolons

1 <? PHP 2     $fp fopen (' Test.txt ', ' A + ') 3     fwrite ($fp, ' I am a new addition '); 4     fclose ($p); 5 ?>

The above code is to open the Test.txt file in Append mode, add ' I am the new ' character, and then close. Because here my first line is less added;

Parse Error: syntax error, 10th line of C: \ appserv \ www \ index.php unexpected ' fwrite ' (t_string)

Then learn how to mask the error below

(2)

(Lone solitary Nine swords)--php Video Learning-Error handling

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.