$val) { global $$key; $$key = (get_magic_quotes_gpc()) ? $val : addslashes($val); } $formular_feld=$_POST['formular_feld']; } if (! get_magic_quotes_gpc()) { foreach ($_POST as $key => $val) $_POST[$key] = addslashes($val); foreach ($_GET as $key => $val) $_GET[$key] = addslashes($val); } } ?>