|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-12-06 06:21 UTC] sniper@php.net
[2002-12-06 20:28 UTC] sniper@php.net
[2002-12-24 01:00 UTC] php-bugs at lists dot php dot net
[2002-12-24 03:33 UTC] christoph dot soellner at web dot de
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sat Jan 31 10:00:01 2026 UTC |
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