Php magic reference

Source: Internet
Author: User
Php magic reference ???????? Some time ago, when migrating the system, we found a strange problem. every time we save the data in a form, every double quotation marks in the data are escaped as \ "by default \". I haven't found the cause for most of the day, and I think it is caused by system encoding problems. Baidu, the omnipotent one, has saved me. after searching, I learned that php magic reference in php

???????? Some time ago, when migrating the system, we found a strange problem. every time we save the data in a form, every double quotation marks in the data are escaped as \ "by default \". I haven't found the cause for most of the day, and I think it is caused by system encoding problems. Baidu, the omnipotent one, saved me. after searching, I realized that php had a special setting on the apache server to handle this situation.

??????

??????? For the sake of security, the apache server will escape double quotation marks by default. if magic_quotes_gpc is set to disabled, the above problem can be solved. Alternatively, you can check whether magic_quotes_gpc is enabled in the program. If yes, use stripslashes to reverse the syntax. of course, calling this method will consume a certain amount of performance.

?

Mark:

Apache configuration: magic_quotes_gpc = off;

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.