> if only there were, 'get_magic_quotes_sysbase();' happy birthday ;)
function get_magic_quotes_sybase()
{
if (!ini_get('magic_quotes_sybase')) {
return 0;
} else {
return 1;
}
}
feature requests can be submitted at:
http://bugs.php.net/
regards,
Philip Olson
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

