as for the globals piece of code you supplied here is how I used it.
<HTML>
<HEAD></HEAD>
<BODY>
<?php
echo_(int)ini_get('register_gobals');
?>
</BODY>
</HTML>
here is my result
Parse error: parse error, unexpected T_INT_CAST in /www/globals.php on line 5
I seem to get this quite a bit do you know how to correct this?