PHP 7.0 get_magic_quotes_runtime error - Stack Overflow

PHOTO EMBED

Wed Jul 26 2023 22:09:54 GMT+0000 (Coordinated Universal Time)

Saved by @mvieira

    if (function_exists('get_magic_quotes_runtime')) {
        $mqr = @get_magic_quotes_runtime();
        @set_magic_quotes_runtime(0);
    }
content_copyCOPY

https://stackoverflow.com/questions/40380654/php-7-0-get-magic-quotes-runtime-error