Welcome Guest, Not a member yet? Register   Sign In
Message: Function set_magic_quotes_runtime() is deprecated
#3

[eluser]cpp643[/eluser]
[quote author="InsiteFX" date="1254983097"]
Code:
if (get_magic_quotes_gpc())
{
    function stripslashes_deep($value)
    {
        $value = is_array($value) ?  array_map('stripslashes_deep', $value)
                                  :  stripslashes($value);

        return $value;
    }

}

Enjoy
InsiteFX[/quote]


Dear, it is not working
i have PHP 5.3 and Apache 2.2.11
i have use reference against the get_magic_quotes_gpc() function then also it won't work...
is their any older version of CI that will work properly in this new PHP version ??


Messages In This Thread
Message: Function set_magic_quotes_runtime() is deprecated - by El Forum - 10-07-2009, 08:30 PM



Theme © iAndrew 2016 - Forum software by © MyBB