georg Posted May 10, 2007 Share Posted May 10, 2007 Hi there! I discovered an odd problem with MSIE6 on WinXP Pro.. I'm running the Xampp 1.5.4a with PHP 5. Now I've written a login (not my first one)... If I run it on localhost, MSIE shows a correct version of the website, but if it runs on an other webserver (it's too running xampp with php5) there are problems with special german characters like öäü The same problem occours with the passwords... FF has no problem with it, but if I try to login on the webserver, I can't because it doesn't encode the characters the right way... Do you have any idea, how to solve this? Quote Link to comment https://forums.phpfreaks.com/topic/50766-solved-internetexplorer-problem/ Share on other sites More sharing options...
tauchai83 Posted May 10, 2007 Share Posted May 10, 2007 it could be a version problem. But you should contact the webserver admin to figure out the real cause. Quote Link to comment https://forums.phpfreaks.com/topic/50766-solved-internetexplorer-problem/#findComment-249583 Share on other sites More sharing options...
georg Posted May 10, 2007 Author Share Posted May 10, 2007 hmm... it's difficult to work on the webserver, because it's only an intranet-server and the admin doesn't change the configuration there I hope, the new webserver is arriving soon (maybe in a month), so I will be able to do a part of the installation myself.. Quote Link to comment https://forums.phpfreaks.com/topic/50766-solved-internetexplorer-problem/#findComment-249585 Share on other sites More sharing options...
schme16 Posted May 10, 2007 Share Posted May 10, 2007 Have you set the <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> (For charset try to use the set with the best recognition of those characters.)? older browsers (and obtuse browsers like IE) have trouble with character sets all the time, and MUST have the charset value defined properly in order to work... i mean this might not help at all but W3C does encourage the use of all valuable meta tags. Quote Link to comment https://forums.phpfreaks.com/topic/50766-solved-internetexplorer-problem/#findComment-249615 Share on other sites More sharing options...
georg Posted May 10, 2007 Author Share Posted May 10, 2007 Doesn't work... I discovered another oddity: FireFox shows some characters at the begining of the page (somethin like ""), but IE doesn't... did anyone had that problem before? As said, it works fine, if I run it locally... Quote Link to comment https://forums.phpfreaks.com/topic/50766-solved-internetexplorer-problem/#findComment-249619 Share on other sites More sharing options...
igor berger Posted May 10, 2007 Share Posted May 10, 2007 Make sure your key board is set to English when you login. You may want to use ~ this mark to togle from language to language. If you do not have an English key board instaled, check your regional and language options, languages, details, add English - U.S. See if this solves your problem. Quote Link to comment https://forums.phpfreaks.com/topic/50766-solved-internetexplorer-problem/#findComment-249622 Share on other sites More sharing options...
georg Posted May 10, 2007 Author Share Posted May 10, 2007 My keyboard-layout is set to german... (I'm from germany) so there are these special characters... and I can't ignore them... Quote Link to comment https://forums.phpfreaks.com/topic/50766-solved-internetexplorer-problem/#findComment-249629 Share on other sites More sharing options...
igor berger Posted May 10, 2007 Share Posted May 10, 2007 But when you login to the server you use English leters? You can tugle from English to German! Or you must login using German letters? Can you change that? Quote Link to comment https://forums.phpfreaks.com/topic/50766-solved-internetexplorer-problem/#findComment-249635 Share on other sites More sharing options...
georg Posted May 10, 2007 Author Share Posted May 10, 2007 login is no problem, but they are used at otherpositions too.... and ie doesn't show them correctly... (Firefox does) It's only very strange, that this works, if I run it local... Quote Link to comment https://forums.phpfreaks.com/topic/50766-solved-internetexplorer-problem/#findComment-249640 Share on other sites More sharing options...
igor berger Posted May 10, 2007 Share Posted May 10, 2007 Okay, so maybe one needs to have German fonts installed on their IE for it to work properly. But you said the local version of the page no problem. Right? But when you fetch it from the server it does not display the German fonts? Take a look at page cache in PHP maybe it will give you some ideas. Quote Link to comment https://forums.phpfreaks.com/topic/50766-solved-internetexplorer-problem/#findComment-249649 Share on other sites More sharing options...
georg Posted May 10, 2007 Author Share Posted May 10, 2007 Now, I've checked the generated html... that damn xampp generates with ie or FF different html-sources!!! Is there anything known about that? Quote Link to comment https://forums.phpfreaks.com/topic/50766-solved-internetexplorer-problem/#findComment-249716 Share on other sites More sharing options...
georg Posted May 11, 2007 Author Share Posted May 11, 2007 So... everywhere is the right font installed... I'm getting mad with that! Quote Link to comment https://forums.phpfreaks.com/topic/50766-solved-internetexplorer-problem/#findComment-250391 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.