However you can post your comments without registration.
-->
How to disable PHP magic quotes effect
Home » PHP » How to disable PHP magic quotes effect
Date: 2007-05-24
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.