Most likely your globals are turned off in php.ini. Try this:
<?PHP echo "Value of var = $_GET["login"]"; ?> And see if that returns the value for you. Jason Soza ----- Original Message ----- From: "Diego Prusky" <[EMAIL PROTECTED]> Date: Monday, June 3, 2002 4:07 pm Subject: [PHP-WIN] parms are ignored > > > Hello, > > I recently installed PHP on W2K Server with IIS 5.0. I have the > ISAPI filter > running fine, but when i send a parameter such as > > http://myweb/cgi/login.php?login=rene > > The value 'rene' is not showing. > > The code I'm using: > > <? > echo"value of var = $value"; > ... > > Thanks > > Diego -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php