Ta opcja jest PRZESTARZA�?A od PHP 5.3.0 i USUNI�?TA w PHP 6.0.0 Używanie tej opcji nie jest zalecane.
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.