Home  >  Article  >  Backend Development  >  How to unescape in php

How to unescape in php

王林
王林Original
2020-08-19 15:41:353594browse

php method to unescape: 1. Enter the php installation directory, find and open the php.ini configuration file; 2. Find the magic_quotes_gpc option; 3. Change the value of this option to Off, and save the configuration file That’s it.

How to unescape in php

Specific method:

(Recommended tutorial: php graphic tutorial)

Enter first PHP installation directory, find the php.ini file in the installation directory and open it with Notepad.

How to unescape in php

Then in the opened php.ini file, look for the magic_quotes_gpc option. If it cannot be found, add the configuration magic_quotes_gpc=Off in the configuration file.

(Learning video recommendation: php video tutorial)

How to unescape in php

The above is the detailed content of How to unescape in php. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn