[PHP-DEV] Bug #3163: form variables missing in default document with PWS From: pinhole <email protected>
Date: 01/10/00

From: pinhole <email protected>
Operating system: Win98 SE
PHP version: 3.0.13
PHP Bug Type: Other
Bug description: form variables missing in default document with PWS

With Personal Web Server, the default document will not receive any of the form variables submitted.

For example:

http://localhost/?login=pinhole

will return null in $login, where

http://localhost/index.php3?login=pinhole

will act as expected.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>