Page 2 of 2

Posted: Thu Oct 18, 2007 5:39 am
by Mordred

Code: Select all

if (get_magic_quotes_gpc()) { 
         $value = stripslashes($value); 
      }
This should not be here, it should be done globally in the beginning of the PHP execution, there are quite a few snippets posted here, and even some recent discussions iirc. Otherwise it's okay.