ID: 22612 Comment by: knazt at hotmail dot com Reported By: dave at bcs dot co dot nz Status: Bogus Bug Type: Apache related Operating System: Linux PHP Version: 4.3.2-dev New Comment:
It's definitely an IE problem. Some respondents to my questionnaire get these type of fields, where +AAA- is added at the end of the values (and other things too). Not all of them use IE 6, some use IE 5.5. I think it could be a virus or spyware. It happens only on one page though, so it could also be something related to the specific HTML on the page. If I find something, I'll post it. Previous Comments: ------------------------------------------------------------------------ [2003-03-25 06:43:08] [EMAIL PROTECTED] We don't need duplicates. ------------------------------------------------------------------------ [2003-03-25 05:42:15] [EMAIL PROTECTED] Sounds related to Bug #22773 ------------------------------------------------------------------------ [2003-03-24 20:55:59] dreams at apdo dot com I found an error using Apache 2.0.43 with PHP 4.3.1 and the POST method under WinXP SP1: Variables retrieved get corrupted with the variable name! So a line like this: ... $pass=$_POST['pass']; echo $pass; results into a text showing "passwordenteredpass=paswordentered". I got arround this nifty bug especifying into the <form method="post" ... the folowing command: ENCTYPE="multipart/form-data". So the forms looks like: <form name="form1" method="post" ENCTYPE="multipart/form-data"> <input type="password" name="pass"> <input type="submit" value="Submit"> </form> And now it works. I'm using IE6 win latest updates and is not the first time it happends. Who's fault? PHP? IE? php4apache2.dll ?? hope some one knows... ------------------------------------------------------------------------ [2003-03-10 04:40:44] [EMAIL PROTECTED] Not a bug in PHP, but in IE/w2k. ------------------------------------------------------------------------ [2003-03-09 21:46:35] dave at bcs dot co dot nz It appears to be an IE6 under Win2K problem - MS strikes again... Everything's fine with IE6 under XP - both copies of IE6 have all the latest updates installed. Also fine from various Linux browsers. Try it out at http://www.bcs.co.nz/bug.php ------------------------------------------------------------------------ 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/22612 -- Edit this bug report at http://bugs.php.net/?id=22612&edit=1