I've been passing variables by using /val1/val2 at the end of the url and then using $PATH_INFO to get the values.
The problem is this all worked fine on Linux w/ Apache but when I put a copy of the site on my Win98 (with PWS) laptop I'm told
Warning: Failed opening 'C:\Inetpub\wwwroot\copy\webv0.03\test.php\42\' for inclusion (include_path='') in Unknown on line 0
There is strong pressure to move to a Win server if this will have the same problem on IIS.
Thanks