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’).
C instead of A.
“get_magic_quotes()” doesn’t exist
0
0
I have the same idea. AD
0
0