i have a form now when i have the
PHP Code:
define('NO_REGISTER_GLOBALS', 1);
turned off it works fine, but when i turn it on the $message variable which i need the most stops working, i'm wondering if i can validate it through the NO_REGISTER_GLOBALS with a
PHP Code:
globalize($_POST, array(
'message' => STR,
));
it don't seem that works, does anyone now a way to fix this, i didn't think that's particularly effect it :-S