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

Reply via email to