Hello,
I'm using PHP4 on Windows/ME with Personal Web Server.
I send a request such as HTTP://../page.php?field=A
My server script do not retrieve the variable $field. A print of the variable returns blank.
Note that local variables works OK and the phpinfo() function works OK either.
And at least, the same coding is OK with an Apache server.
Thank in advance for your help.