My Magic_Quotes has always been on and only today I've seen it's becoming depriciated. If I have it off could I just escape all user input (whether it's being used in my database or not). I definitely can't go back and rewrite all my database queries to use mysql_real_escape_string().
Could I just loop through all my $_GET, $_POST and $_SESSION and apply mysql_real_escape_string() ?