I got the below error when I upgraded to PHP 5.3
Deprecated: Function set_magic_quotes_runtime() is deprecated
I am planning to remove the code set_magic_quotes_runtime()
I have get_magic_quotes_runtime() also in my code
Can I remove this as well?
Is there any point keeping get_magic_quotes_runtime() in the code?