|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-09-12 16:04 UTC] rasmus
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jun 15 22:00:02 2026 UTC |
Hello, please find attached the file which causes problems regarding Apache environment variables. Our Configuration (according to phpinfo()): Server: Apache/1.3.0 (Unix) PHP/3.0.1 Client: Mozilla/4.05 [en] (X11; I; SunOS 5.6 sun4u) Problem: POSTing from a form: REMOTE_USER gets lost, GETting the same: REMOTE_USER remains available. (Change the METHOD below to see the effect.) Please report back to "fork-info@edd.ericsson.se" Thanks in advance. ///Stephan. --- Stephan Joest, Ericsson GmbH, Duesseldorf, Germany. --- file: thisfile.php3 --- <HTML> <HEAD> </HEAD> <BODY> <TABLE WIDTH=100% BORDER=0> <TR><TD VALIGN=TOP ALIGN=CENTER>Your ID: <? echo getenv("REMOTE_USER"); ?> </TD></TR></TABLE> <CENTER> <FORM METHOD=POST ACTION=./thisfile.php3> <INPUT TYPE=SUBMIT VALUE="Submit"> </FORM> </CENTER> </BODY> </HTML> --- end of file ---