Posted by ncf on 10/13/58 11:26
foreach (array($_GET, $_POST, $_COOKIE, $_REQUEST) as $arr) { foreach ($arr as $key=>$value) { $arr[$key] = stripslashes($value); } } Maybe that'd work for what he needs if he can't control the php.ini or such settings.
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming