Forum Moderators: coopster
register globals isn't an issue here, except for the fact that you have it ON [php.net]! getenv() [php.net] expects exactly 1 parameter though. For example, you need to pass it something like this:
$ip = getenv("REMOTE_ADDR"); // get the ip number of the user