Hello, I'm having a bit of trouble passing variables to PHP scripts and am hoping someone can help me. I am running php4isapi.dll on an NT4 server running IIS5. When I try to pass a variable such as:
test.php?quid=4 to a script like: <?PHP echo $quid; ?> I get the error message: Notice: Undefined variable: quid in test.php on line 2 Anyone have any idea why this may be happening? (same thing with quotes echo "$quid";) Thanks! Dave Eckstein