ID:               22612
 User updated by:  dave at bcs dot co dot nz
 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:

A workaround, to get IE6 to behave correctly, is to add a line such
as:

    <p><font size='1' color='WHITE'>Ignore this but fixes a bug in IE6
('+' '-').</font></p>

just before or after the <form/> element.


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

[2004-06-29 13:52:15] knazt at hotmail dot com

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.

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

[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.


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

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

Reply via email to