Is there a surefire way to turn off magic quotes at runtime? I tried doing it with an .htaccess file and that just caused all php to stop working. I figured I'd look for a runtime method. I've tried the examples in the php manual but none work. Or is there a way to strip the slashes once the post is in a variable?