I've searched a good bit and can't find any info on this, so here it goes.
I have a site with a few forms, nothing crazy, just a login form that has username and password fields. The syntax is correct for the form and input tags, but when I post, and print_r the $_POST array, I get this:
Array ( [username+AAA-ÿÿÿQ] => rsayers+AAA- [password+AAA-ÿÿÿQ] => test+AAA-AA- [sub+AAA-+AAA-ÿÿÿQ] => Login+AAA-A- )
And on another page on this site, I'm passing variables in the url to pages, when I print_r get, I see this:
Array ( [id_AD0-15] => ) where all I did was pass the variable id with a value of 15.
This only happens when running IE (latest update on xp sp2). Firefox works fine.
This is running php 4.3.6 on solaris x86 with apache.
Any ideas at all? Thanks in advance.