ID: 5516
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Closed
Bug Type: Misbehaving function
Operating System: Linux
PHP Version: 4.0 Latest CVS (11/07/2000)
New Comment:
Hi,
even if I changed <LIMIT get> to <LIMIT get post> the bug still
remained. I use PHP 4.0
Previous Comments:
------------------------------------------------------------------------
[2000-08-18 21:50:49] [EMAIL PROTECTED]
Change this <LIMIT get> to <LIMIT get post>.
--Jani
------------------------------------------------------------------------
[2000-07-27 21:55:20] [EMAIL PROTECTED]
Have you tried a recent release? If so, does the problem still occur?
------------------------------------------------------------------------
[2000-07-11 15:18:18] [EMAIL PROTECTED]
<?php
print ("remuser: $REMOTE_USER<br><br>");
?>
<form action=<?php print($PHP_SELF); ?> method=post>
<input type=submit value='test'>
</form>
$REMOTE_USER is set the first time - but when posting - it's unset.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=5516&edit=1