I have very real problem.
In my PWS on WIN98 and PHP 4.2.2 as CGI binary (php.exe), I can not pass the parameters from URL line, nor from get method forms.
index.php?id=2
In script I get undefined variable notice for
$id
and undefined index for $_GET["id"]
How to pass, even only one parameter from ouside the script? I do not wont set a cookie.
In php.ini file register_globals are set, of course.
Help!!!