PHP Trick Reference

Source: Internet
Author: User
PHP Magic Reference

???????? When migrating the system in the previous period, a strange problem was found, and whenever the data in a form was saved, the default escape of the double quotes in the data was \ ". For the most part of the day has not been located to the cause, has been thought to be a problem with the system coding. Or the almighty Baidu saved me, after the search only to know that PHP in the Apache server has a setting specifically to deal with this situation.

??????

??????? For security reasons, the Apache server will escape the double quotes by default, as long as the set MAGIC_QUOTES_GPC is off and the above problem is resolved. Or you can determine whether the MAGIC_QUOTES_GPC is open in the program, if it is turned on, use stripslashes to reverse the meaning, of course, calling this method will lose some performance.

?

Mark below:

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.