|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2003-03-08 16:23 UTC] dave at bcs dot co dot nz
Try the following, and keep pressing the button, noting the POST array reported...
I get reults like:
Array ( [key+AAA-?c??d?0e?g??g?Ph?] => Press Me+AAA- )
Things work OK if either the '+' or '-' is not there.
<html>
<body>
<?php print_r($_POST) ; ?>
<form method='post' action=''>
<input type='submit' name='key' value='Press Me'/>+9-9
</form>
</body>
</html>
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 07:00:01 2025 UTC |
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.