Hallo Peter,
probier was nach dem Muster...
<?
foreach ($HTTP_POST_VARS as $key => $value)
{
$HTTP_POST_VARS[$key] = addslashes($value);
}
?>
toby
--
"Trying is the first step toward failure." - H. Simpson
"Trying is the first step toward failure." - H. Simpson