Hi, i'm running PHP 4 on Win 2000 IIS 5 server and am somewhat new to PHP. What I can't figure out is why I can include files but not query strings to files.. Ex:
working..when i try to
include("test.php");
error..when i try to
include("test.php?blah=1");
The error reported is:
Warning: Failed opening 'test.php?blah=1' for inclusion (include_path='.') in C:\Inetpub\website\test2.php on line 2
I've tried editing the include path in php.ini, which was originally commented... but nothing works.. any help?
Thanks