How to unescape in php

王林
Release: 2023-03-04 19:12:01
Original
3638 people have browsed it

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template