ID:               16848
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Bogus
 Bug Type:         Variables related
 Operating System: Linux
 PHP Version:      4.2.0
 New Comment:

Maybe someone should add an extra field to the bug report form - for
the type of web-server!


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

[2002-05-13 01:30:39] [EMAIL PROTECTED]

I am using Apache 2.0.36 - seems I missed this point - SORRY!

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

[2002-05-09 20:45:24] [EMAIL PROTECTED]

Tested in HEAD, 4.2.0 on both Linux and Windows-cgi and unable to
reproduce any of this anywhere.

This was indeed a problem in 4.1.1, but is fixed in 4.2.

Probably doesn't work with Apache2, but hopefully you guys would have
mentioned if you were using that server.

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

[2002-05-09 20:18:43] [EMAIL PROTECTED]

Please see also bug # 17088 with similar difficulty running on
Windows.
Also note that I have this problem on OmniHTTPd on Windows.

With similar problems on 2 operating systems and 3 servers it looks to
me like either a real PHP problem or a configuration error of some
kind.

 
show source

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

[2002-05-08 06:29:54] [EMAIL PROTECTED]

As it seems the value is also NOT within $_POST["test"]

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

[2002-05-08 06:25:47] [EMAIL PROTECTED]

test1.html:
<form method="post" action="test2.php">
  <input type="submit" name="test" value="testvalue" />
</form>

test2.php:
<?php
  echo $_REQUEST["test"];
?>

calling test2 from test1 results in an empty document, calling
test2.php?test=bla results in output 'bla'

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/16848

-- 
Edit this bug report at http://bugs.php.net/?id=16848&edit=1

Reply via email to