Hi everyone,
I hope somebody can help me. I have a web server up & running at home with PHP/MySQL running on it. I have a few web projects that I am working on that require a language variable ($lang) to be sent from script to script via PHP so the page displays in the language specified by the variable. Currently, the only 2 options this variable can contain are "en" for English, and "fr" for French (I'm in Quebec, we need bilingual sites here).
I use WinXP as my server at home, and everything worked fine up until recently. I installed SP2, and I created separate user profiles for my machine. Since that time, my language variable that gets passed from page to page never gets validated since updating my PC. All other variables in my scripts are A-OK.
Now, 1 thing I have noticed is that IE is now putting "-iso-8859-1" at the end of the URL in the address bar, which I could see causing the problem (eg: index.php?page=memberlogin&lang=en-iso-8859-1).
If anyone has any suggestions, it would be greatly appreciated as I have no clue what's causing this. One of the sites I was working on had not been touched for quite some time, so I know it is not the coding. And also, if I upload online, everything works OK, so I know it is definately something on my work machine.
Thanks again!!