I have installed PHP 4.2.3 on Windows 2000 Server. I trying to get phpcollab up and running. I have set up php with the appropiate modules to use SQL Server 2000. That portion of php is working fine because I can connect to SQL Server 2000 and retrieve records. The only problem that I'm having is when PHP is trying to parse URL QueryString variables as well as php built in variable by just calling lets say $PHP_SELF directly instead of using the $_SERVER['PHP_SELF'] format. I cannot replace the entire phpcollab project to support this format becuase then I would be on a project myself for a whole week. Can someone tell me what is the problem with this. I have already set the register_globals to On. Please provide any help on this. Thanks.