보안
PHP Manual

Magic Quotes

Table of Contents

Warning

이 기능은 PHP 5.3.0부터 배제되어, PHP 5.4.0부터 제거됩니다.

Magic Quotes is a process that automagically escapes incoming data to the PHP script. It's preferred to code with magic quotes off and to instead escape the data at runtime, as needed.


보안
PHP Manual