// IF M_Q_GPC IS NOT ENABLED, THEN PARSE FOR INJECTION // M_Q_GPC AUTOMATICALLY PARSES ALL POSTED DATA IF ENABLED if (!get_magic_quotes_gpc()) { $_POST['var'] = addslashes($_POST['var']); }