PYTHON Magic Quotes

(0)
Python replacement for PHP's Magic Quotes [ edit ]



Do you know a Python replacement for PHP's Magic Quotes ? Write it!

PHP Magic Quotes

PHP original manual for Magic Quotes [ show | php.net ]

Magic Quotes

Table of Contents

Warning

This feature has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged.

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.