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
Since Magic Quotes is now off by default (and scheduled for removal), you can just remove that function call from your code.