From:             [EMAIL PROTECTED]
Operating system: win2k adv server SP3
PHP version:      4.3.0RC2
PHP Bug Type:     Unknown/Other Function
Bug description:  POST data submitted by UNIX Netscape 4+ (Mozilla 1+) won't fill 
*_POST array

Tried to submit a form via POST method to the server
(apache 1.3.27). Then wanted to have the submitted data
just be viewed by the script.

  while(list($key, $value) = each($_REQUEST)) { 
    echo "field '$key', value '$value' <br>";
  }

I only get the session_id or GET data when submitting
the form with an UNIX Netscape 4+. Windows Versions
work properly. Netscape 3 on both platforms is doing
a great job as well as the KDE Konqueror.
I even tried the $_POST and $HTTP_POST_VARS arrays.
Nothing in there but the sessionID. Posts in news-
groups didn't help, people only say, they'd have the
same problem.

Seven
-- 
Edit bug report at http://bugs.php.net/?id=20849&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20849&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20849&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20849&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20849&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20849&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20849&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20849&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20849&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20849&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20849&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20849&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20849&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20849&r=isapi

Reply via email to