Forum Moderators: coopster
I know I can change the default_charset variable in the php.ini, but as far as I know that would only change the character set for output. What I need is a way to change the data in $_POST and $_GET to use ISO-8859-1 as well.
Can anybody help me?
As iso-8859-1 is a subset of UTF-8 I cant imagine that there would be a problem with that iso coding within a UTF-8 environment. If you had it the other way around then there could be problems with UTF-8 characters in an iso-8859-1 environment as not all characters would be recognised.