sabret00the
01-08-2005, 10:50 AM
i have a form now when i have the 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 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
'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