ID: 22773 Updated by: [EMAIL PROTECTED] Reported By: joe at mcknight dot de -Status: Feedback +Status: Bogus -Bug Type: Variables related +Bug Type: Apache2 related Operating System: Linux PHP Version: 4.3.1 New Comment:
It's most likely the same issue..not PHP bug -> bogus. Previous Comments: ------------------------------------------------------------------------ [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