// Turn magic quotes OFF
if(get_magic_quotes_gpc()) {
set_magic_quotes_runtime(0);
} // if
// Turn magic quotes OFF if PHP version is lower than 5.3.0
if (1 !== version_compare(PHP_VERSION, '5.3.0')) {
if(get_magic_quotes_gpc()) {
set_magic_quotes_runtime(0);
}
} // if
// Turn magic quotes OFF
if(@get_magic_quotes_gpc()) {
@set_magic_quotes_runtime(0);
} // if
if(version_compare(PHP_VERSION, '6.0.0', '<') && @get_magic_quotes_gpc()) {
@set_magic_quotes_runtime(0);
} // if
(I will add some screenshots if you need and I will do a further investigation on the code later if you are interested)
Thanks
PHP Development / Symfony 2 / Zend Framework / JavaScript / HTML5 / CSS3
Online CV: panosru.com