ID:               20849
 User updated by:  [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           No Feedback
+Status:           Closed
 Bug Type:         *General Issues
 Operating System: win2k adv server SP3
 PHP Version:      4.3.0RC2
 New Comment:

OK folks,

I upgraded my Apache Webserver to 2.0.43 and that solved
the problem. Thank you for your help. Seven


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

[2002-12-24 01:00:05] [EMAIL PROTECTED]

No feedback was provided for this bug for over 2 weeks, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

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

[2002-12-06 20:28:53] [EMAIL PROTECTED]

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)


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

[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