How can you determine if magic_quotes_gpc is enabled? (Choose 2)
A.
Use the get_magic_quotes() function.
B.
Using the get_magic_quotes_runtime() function.
C.
Use the get_magic_quotes_gpc() function.
D.
Using ini_get(‘magic_quotes_gpc’).
E.
Using ini_get(‘magic_quotes’).