ID:               20849
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Feedback
 Bug Type:         Unknown/Other Function
 Operating System: win2k adv server SP3
 PHP Version:      4.3.0RC2
 New Comment:

Please don't send me any private emails but add the information HERE so
that other people can see it too.
Thank you. (and short example script is around 10-15 lines MAX)



Previous Comments:
------------------------------------------------------------------------

[2002-12-06 06:21:51] [EMAIL PROTECTED]

I can't really reproduce this..(posting even this form with NS4 on
Linux, and as you can see, it works fine).

Please add a short example script here (complete one).

You can also try the latest STABLE snapshot from http://snaps.php.net/
(and make sure you replace ALL the existing files with the new ones.
Especially php4ts.dll)



------------------------------------------------------------------------

[2002-12-05 18:05:14] [EMAIL PROTECTED]

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 this bug report at http://bugs.php.net/?id=20849&edit=1

Reply via email to