Phpnow how to turn off MAGIC_QUOTES_GPC

Source: Internet
Author: User
I use Phpnow to carry a simple Web page to implement SQL injection, but in php.ini to change the MAGIC_QUOTES_GPC to off useless, run the following code always return y:



if (GET_MAGIC_QUOTES_GPC ())
{
Echo ' Y ';
}
Else
{
Echo ' N ';
}
?>


How to make Phpnow not automatically escaped


Reply to discussion (solution)

1. PHP.ini needs to be restarted after the revision is completed
2. I do not know Phpnow installation will not contain multiple versions of PHP, you need to see if you are not modifying the current version of PHP.ini (Phpstudy will appear this situation, do not know Phpnow have)

1. PHP.ini needs to be restarted after the revision is completed
2. I do not know Phpnow installation will not contain multiple versions of PHP, you need to see if you are not modifying the current version of PHP.ini (Phpstudy will appear this situation, do not know Phpnow have)


Thank you ah, the reason I found myself, originally I carry the configuration file of the webpage is not php.ini, is another file, I changed to be able to implement SQL injection
  • 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.