// 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['var1'] = addslashes($_POST['var1']); $_POST['var2'] = addslashes($_POST['var2']); $_POST['var3'] = addslashes($_POST['var3']); }