ID: 22773 User updated by: joe at mcknight dot de Reported By: joe at mcknight dot de -Status: Bogus +Status: Open -Bug Type: Apache2 related +Bug Type: Variables related Operating System: Linux PHP Version: 4.3.1 New Comment:
I'm sorry I didn't mention the webserver. However it is _not_ Apache2, but Apache 1.3.20 I'm gonna test the STABLE-latest version... Previous Comments: ------------------------------------------------------------------------ [2003-03-19 02:02:11] [EMAIL PROTECTED] It's most likely the same issue..not PHP bug -> bogus. ------------------------------------------------------------------------ [2003-03-18 21:02:38] [EMAIL PROTECTED] See also bug #18648 ------------------------------------------------------------------------ [2003-03-18 20:15:38] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip As you didn't mention what webserver you're using, I'm guessing this is one apache2 bug that is fixed already.. (and make sure your httpd.conf is setup correctly!! See other bogus reports about that..) ------------------------------------------------------------------------ [2003-03-18 15:36:56] joe at mcknight dot de With these pages: test.php: -------------------- <html> <body> <form method="post" action="out.php"> <p> <input type="text" name="suchstr" size="20"> <input type="submit" value="OK" name="B1"> </p> </form> </table> </body> </html> out.php: ----------- <? echo "Variable \"suchstr\": $suchstr"; echo "<br>"; echo "Variable \"B1\": $B1"; ?> I get (clicking on the button): Variable "suchstr": abc&B1=OK Variable "B1": OK That means that "suchstr" got mixed with the name and value of Variable B1! Feel free to ask for more information or tell me what I'm doing wrong :-) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=22773&edit=1