I\'m getting this message when I try to run a php script I have to use but did not write.
Deprecated: Function set_magic_quotes_runtime() is deprecated in /o
add these code into the top of your script to solve problem
@set_magic_quotes_runtime(false); ini_set('magic_quotes_runtime', 0);