ID:               28233
 Updated by:       [EMAIL PROTECTED]
 Reported By:      player at w dot pl
-Status:           Open
+Status:           Bogus
 Bug Type:         Arrays related
 Operating System: windows 2000
 PHP Version:      4.3.6
 New Comment:

Upgrade to 1.3.29 first, and reopen if the bug still occurs.


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

[2004-04-30 15:46:34] player at w dot pl

Apache Version: Apache/1.3.12 (Win32)
Apache Release: 10324100  
Apache API Version: 19990320

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

[2004-04-30 15:04:03] [EMAIL PROTECTED]

Which apache version are you using?

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

[2004-04-30 12:37:50] player at w dot pl

Description:
------------
Variable l (small L) is not set when sent by form with 'post' method.
Same with PHP v 4.3.5. Everything is ok when I use php v. 4.2.1.

Reproduce code:
---------------
--main.html--
<form action="testl.php" method="post">
<input type="text" name="l" value="TEST_L">
<input type="submit">
</form>
-----

--testl.php--
<? echo $_POST['l']; ?>
----


Expected result:
----------------
TEST_L

Actual result:
--------------
Undefined index: l in d:\apache\htdocs\testl.php on line 1


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


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

Reply via email to