ID: 28233 Updated by: [EMAIL PROTECTED] Reported By: player at w dot pl -Status: Open +Status: Feedback Bug Type: Arrays related Operating System: windows 2000 PHP Version: 4.3.6 New Comment:
Which apache version are you using? Previous Comments: ------------------------------------------------------------------------ [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
