I\'ve having trouble with $_POST variables not being received from forms within a PHP website.
To clarify the problem, I created this simple PHP script \"POST_test.p
This problem can be worked around by disabling pre-authentication in IE. In the registry:
"HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings"
On the Edit menu, Add Value name DisableNTLMPreAuth
as a type REG_DWORD
and set the data value to 1 (true).
For more information see this bug report and Microsoft KB 251404.