Hello, I have a problem... i tried to install php on IIS 5 (under W2K) everything run correctly, but the method GET doesn't seem to work.
Example :
test.php :
<?echo $id;?>
when I call this : test.php?id=test
the web page doesn't return nothing.
Why?