
Druckansicht von http://www.php-homepage.de/manual/security.magicquotes.php
Magic QuotesInhaltsverzeichnisWarnung
Dieses Feature ist seit PHP 5.3.0 DEPRECATED (veraltet). Sich auf dieses Feature zu verlassen ist in keiner Weise empfehlenswert. 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. |